Class: TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressDescRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressDescRequest
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyCdbProxyAddressDesc请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxygroupid = nil, proxyaddressid = nil, desc = nil) ⇒ ModifyCdbProxyAddressDescRequest
constructor
A new instance of ModifyCdbProxyAddressDescRequest.
Constructor Details
#initialize(proxygroupid = nil, proxyaddressid = nil, desc = nil) ⇒ ModifyCdbProxyAddressDescRequest
Returns a new instance of ModifyCdbProxyAddressDescRequest.
10682 10683 10684 10685 10686 |
# File 'lib/v20170320/models.rb', line 10682 def initialize(proxygroupid=nil, proxyaddressid=nil, desc=nil) @ProxyGroupId = proxygroupid @ProxyAddressId = proxyaddressid @Desc = desc end |
Instance Attribute Details
#Desc ⇒ Object
10680 10681 10682 |
# File 'lib/v20170320/models.rb', line 10680 def Desc @Desc end |
#ProxyAddressId ⇒ Object
10680 10681 10682 |
# File 'lib/v20170320/models.rb', line 10680 def ProxyAddressId @ProxyAddressId end |
#ProxyGroupId ⇒ Object
10680 10681 10682 |
# File 'lib/v20170320/models.rb', line 10680 def ProxyGroupId @ProxyGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
10688 10689 10690 10691 10692 |
# File 'lib/v20170320/models.rb', line 10688 def deserialize(params) @ProxyGroupId = params['ProxyGroupId'] @ProxyAddressId = params['ProxyAddressId'] @Desc = params['Desc'] end |