Class: TencentCloud::Gaap::V20180529::InquiryPriceCreateProxyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::InquiryPriceCreateProxyRequest
- Defined in:
- lib/v20180529/models.rb
Overview
InquiryPriceCreateProxy请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #Bandwidth ⇒ Object
- #BillingType ⇒ Object
- #Concurrency ⇒ Object
- #Concurrent ⇒ Object
- #DestRegion ⇒ Object
- #Http3Supported ⇒ Object
- #IPAddressVersion ⇒ Object
- #NetworkType ⇒ Object
- #PackageType ⇒ Object
- #RealServerRegion ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accessregion = nil, bandwidth = nil, destregion = nil, concurrency = nil, realserverregion = nil, concurrent = nil, billingtype = nil, ipaddressversion = nil, networktype = nil, packagetype = nil, http3supported = nil) ⇒ InquiryPriceCreateProxyRequest
constructor
A new instance of InquiryPriceCreateProxyRequest.
Constructor Details
#initialize(accessregion = nil, bandwidth = nil, destregion = nil, concurrency = nil, realserverregion = nil, concurrent = nil, billingtype = nil, ipaddressversion = nil, networktype = nil, packagetype = nil, http3supported = nil) ⇒ InquiryPriceCreateProxyRequest
Returns a new instance of InquiryPriceCreateProxyRequest.
5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 |
# File 'lib/v20180529/models.rb', line 5246 def initialize(accessregion=nil, bandwidth=nil, destregion=nil, concurrency=nil, realserverregion=nil, concurrent=nil, billingtype=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, http3supported=nil) @AccessRegion = accessregion @Bandwidth = bandwidth @DestRegion = destregion @Concurrency = concurrency @RealServerRegion = realserverregion @Concurrent = concurrent @BillingType = billingtype @IPAddressVersion = ipaddressversion @NetworkType = networktype @PackageType = packagetype @Http3Supported = http3supported end |
Instance Attribute Details
#AccessRegion ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def AccessRegion @AccessRegion end |
#Bandwidth ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def Bandwidth @Bandwidth end |
#BillingType ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def BillingType @BillingType end |
#Concurrency ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def Concurrency @Concurrency end |
#Concurrent ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def Concurrent @Concurrent end |
#DestRegion ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def DestRegion @DestRegion end |
#Http3Supported ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def Http3Supported @Http3Supported end |
#IPAddressVersion ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def IPAddressVersion @IPAddressVersion end |
#NetworkType ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def NetworkType @NetworkType end |
#PackageType ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def PackageType @PackageType end |
#RealServerRegion ⇒ Object
5244 5245 5246 |
# File 'lib/v20180529/models.rb', line 5244 def RealServerRegion @RealServerRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 |
# File 'lib/v20180529/models.rb', line 5260 def deserialize(params) @AccessRegion = params['AccessRegion'] @Bandwidth = params['Bandwidth'] @DestRegion = params['DestRegion'] @Concurrency = params['Concurrency'] @RealServerRegion = params['RealServerRegion'] @Concurrent = params['Concurrent'] @BillingType = params['BillingType'] @IPAddressVersion = params['IPAddressVersion'] @NetworkType = params['NetworkType'] @PackageType = params['PackageType'] @Http3Supported = params['Http3Supported'] end |