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.
10867 10868 10869 10870 10871 |
# File 'lib/v20170320/models.rb', line 10867 def initialize(proxygroupid=nil, proxyaddressid=nil, desc=nil) @ProxyGroupId = proxygroupid @ProxyAddressId = proxyaddressid @Desc = desc end |
Instance Attribute Details
#Desc ⇒ Object
10865 10866 10867 |
# File 'lib/v20170320/models.rb', line 10865 def Desc @Desc end |
#ProxyAddressId ⇒ Object
10865 10866 10867 |
# File 'lib/v20170320/models.rb', line 10865 def ProxyAddressId @ProxyAddressId end |
#ProxyGroupId ⇒ Object
10865 10866 10867 |
# File 'lib/v20170320/models.rb', line 10865 def ProxyGroupId @ProxyGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
10873 10874 10875 10876 10877 |
# File 'lib/v20170320/models.rb', line 10873 def deserialize(params) @ProxyGroupId = params['ProxyGroupId'] @ProxyAddressId = params['ProxyAddressId'] @Desc = params['Desc'] end |