Class: TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressVipAndVPortRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressVipAndVPortRequest
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyCdbProxyAddressVipAndVPort请求参数结构体
Instance Attribute Summary collapse
- #ProxyAddressId ⇒ Object
- #ProxyGroupId ⇒ Object
- #ReleaseDuration ⇒ Object
- #UniqSubnetId ⇒ Object
- #UniqVpcId ⇒ Object
- #Vip ⇒ Object
- #VPort ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxygroupid = nil, proxyaddressid = nil, uniqvpcid = nil, uniqsubnetid = nil, vip = nil, vport = nil, releaseduration = nil) ⇒ ModifyCdbProxyAddressVipAndVPortRequest
constructor
A new instance of ModifyCdbProxyAddressVipAndVPortRequest.
Constructor Details
#initialize(proxygroupid = nil, proxyaddressid = nil, uniqvpcid = nil, uniqsubnetid = nil, vip = nil, vport = nil, releaseduration = nil) ⇒ ModifyCdbProxyAddressVipAndVPortRequest
Returns a new instance of ModifyCdbProxyAddressVipAndVPortRequest.
10930 10931 10932 10933 10934 10935 10936 10937 10938 |
# File 'lib/v20170320/models.rb', line 10930 def initialize(proxygroupid=nil, proxyaddressid=nil, uniqvpcid=nil, uniqsubnetid=nil, vip=nil, vport=nil, releaseduration=nil) @ProxyGroupId = proxygroupid @ProxyAddressId = proxyaddressid @UniqVpcId = uniqvpcid @UniqSubnetId = uniqsubnetid @Vip = vip @VPort = vport @ReleaseDuration = releaseduration end |
Instance Attribute Details
#ProxyAddressId ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def ProxyAddressId @ProxyAddressId end |
#ProxyGroupId ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def ProxyGroupId @ProxyGroupId end |
#ReleaseDuration ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def ReleaseDuration @ReleaseDuration end |
#UniqSubnetId ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def UniqSubnetId @UniqSubnetId end |
#UniqVpcId ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def UniqVpcId @UniqVpcId end |
#Vip ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def Vip @Vip end |
#VPort ⇒ Object
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def VPort @VPort end |
Instance Method Details
#deserialize(params) ⇒ Object
10940 10941 10942 10943 10944 10945 10946 10947 10948 |
# File 'lib/v20170320/models.rb', line 10940 def deserialize(params) @ProxyGroupId = params['ProxyGroupId'] @ProxyAddressId = params['ProxyAddressId'] @UniqVpcId = params['UniqVpcId'] @UniqSubnetId = params['UniqSubnetId'] @Vip = params['Vip'] @VPort = params['VPort'] @ReleaseDuration = params['ReleaseDuration'] end |