Class: TencentCloud::Dc::V20180410::DescribeInternetAddressQuotaResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dc::V20180410::DescribeInternetAddressQuotaResponse
- Defined in:
- lib/v20180410/models.rb
Overview
DescribeInternetAddressQuota返回参数结构体
Instance Attribute Summary collapse
- #Ipv4BgpNum ⇒ Object
- #Ipv4BgpQuota ⇒ Object
- #Ipv4OtherNum ⇒ Object
- #Ipv4OtherQuota ⇒ Object
- #Ipv6PrefixLen ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ipv6prefixlen = nil, ipv4bgpquota = nil, ipv4otherquota = nil, ipv4bgpnum = nil, ipv4othernum = nil, requestid = nil) ⇒ DescribeInternetAddressQuotaResponse
constructor
A new instance of DescribeInternetAddressQuotaResponse.
Constructor Details
#initialize(ipv6prefixlen = nil, ipv4bgpquota = nil, ipv4otherquota = nil, ipv4bgpnum = nil, ipv4othernum = nil, requestid = nil) ⇒ DescribeInternetAddressQuotaResponse
Returns a new instance of DescribeInternetAddressQuotaResponse.
1086 1087 1088 1089 1090 1091 1092 1093 |
# File 'lib/v20180410/models.rb', line 1086 def initialize(ipv6prefixlen=nil, ipv4bgpquota=nil, ipv4otherquota=nil, ipv4bgpnum=nil, ipv4othernum=nil, requestid=nil) @Ipv6PrefixLen = ipv6prefixlen @Ipv4BgpQuota = ipv4bgpquota @Ipv4OtherQuota = ipv4otherquota @Ipv4BgpNum = ipv4bgpnum @Ipv4OtherNum = ipv4othernum @RequestId = requestid end |
Instance Attribute Details
#Ipv4BgpNum ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def Ipv4BgpNum @Ipv4BgpNum end |
#Ipv4BgpQuota ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def Ipv4BgpQuota @Ipv4BgpQuota end |
#Ipv4OtherNum ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def Ipv4OtherNum @Ipv4OtherNum end |
#Ipv4OtherQuota ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def Ipv4OtherQuota @Ipv4OtherQuota end |
#Ipv6PrefixLen ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def Ipv6PrefixLen @Ipv6PrefixLen end |
#RequestId ⇒ Object
1084 1085 1086 |
# File 'lib/v20180410/models.rb', line 1084 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/v20180410/models.rb', line 1095 def deserialize(params) @Ipv6PrefixLen = params['Ipv6PrefixLen'] @Ipv4BgpQuota = params['Ipv4BgpQuota'] @Ipv4OtherQuota = params['Ipv4OtherQuota'] @Ipv4BgpNum = params['Ipv4BgpNum'] @Ipv4OtherNum = params['Ipv4OtherNum'] @RequestId = params['RequestId'] end |