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.
10882 10883 10884 10885 10886 |
# File 'lib/v20170320/models.rb', line 10882 def initialize(proxygroupid=nil, proxyaddressid=nil, desc=nil) @ProxyGroupId = proxygroupid @ProxyAddressId = proxyaddressid @Desc = desc end |
Instance Attribute Details
#Desc ⇒ Object
10880 10881 10882 |
# File 'lib/v20170320/models.rb', line 10880 def Desc @Desc end |
#ProxyAddressId ⇒ Object
10880 10881 10882 |
# File 'lib/v20170320/models.rb', line 10880 def ProxyAddressId @ProxyAddressId end |
#ProxyGroupId ⇒ Object
10880 10881 10882 |
# File 'lib/v20170320/models.rb', line 10880 def ProxyGroupId @ProxyGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
10888 10889 10890 10891 10892 |
# File 'lib/v20170320/models.rb', line 10888 def deserialize(params) @ProxyGroupId = params['ProxyGroupId'] @ProxyAddressId = params['ProxyAddressId'] @Desc = params['Desc'] end |