Class: TencentCloud::Gaap::V20180529::CheckProxyCreateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CheckProxyCreateRequest
- Defined in:
- lib/v20180529/models.rb
Overview
CheckProxyCreate请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #Bandwidth ⇒ Object
- #Concurrent ⇒ Object
- #GroupId ⇒ Object
- #Http3Supported ⇒ Object
- #IPAddressVersion ⇒ Object
- #NetworkType ⇒ Object
- #PackageType ⇒ Object
- #RealServerRegion ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accessregion = nil, realserverregion = nil, bandwidth = nil, concurrent = nil, groupid = nil, ipaddressversion = nil, networktype = nil, packagetype = nil, http3supported = nil) ⇒ CheckProxyCreateRequest
constructor
A new instance of CheckProxyCreateRequest.
Constructor Details
#initialize(accessregion = nil, realserverregion = nil, bandwidth = nil, concurrent = nil, groupid = nil, ipaddressversion = nil, networktype = nil, packagetype = nil, http3supported = nil) ⇒ CheckProxyCreateRequest
Returns a new instance of CheckProxyCreateRequest.
549 550 551 552 553 554 555 556 557 558 559 |
# File 'lib/v20180529/models.rb', line 549 def initialize(accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, groupid=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, http3supported=nil) @AccessRegion = accessregion @RealServerRegion = realserverregion @Bandwidth = bandwidth @Concurrent = concurrent @GroupId = groupid @IPAddressVersion = ipaddressversion @NetworkType = networktype @PackageType = packagetype @Http3Supported = http3supported end |
Instance Attribute Details
#AccessRegion ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def AccessRegion @AccessRegion end |
#Bandwidth ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def Bandwidth @Bandwidth end |
#Concurrent ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def Concurrent @Concurrent end |
#GroupId ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def GroupId @GroupId end |
#Http3Supported ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def Http3Supported @Http3Supported end |
#IPAddressVersion ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def IPAddressVersion @IPAddressVersion end |
#NetworkType ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def NetworkType @NetworkType end |
#PackageType ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def PackageType @PackageType end |
#RealServerRegion ⇒ Object
547 548 549 |
# File 'lib/v20180529/models.rb', line 547 def RealServerRegion @RealServerRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
561 562 563 564 565 566 567 568 569 570 571 |
# File 'lib/v20180529/models.rb', line 561 def deserialize(params) @AccessRegion = params['AccessRegion'] @RealServerRegion = params['RealServerRegion'] @Bandwidth = params['Bandwidth'] @Concurrent = params['Concurrent'] @GroupId = params['GroupId'] @IPAddressVersion = params['IPAddressVersion'] @NetworkType = params['NetworkType'] @PackageType = params['PackageType'] @Http3Supported = params['Http3Supported'] end |