Class: TencentCloud::Cynosdb::V20190107::ProxyNodeInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ProxyNodeInfo
- Defined in:
- lib/v20190107/models.rb
Overview
数据库代理组节点
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #ClusterId ⇒ Object
- #Cpu ⇒ Object
- #Mem ⇒ Object
- #OssProxyNodeName ⇒ Object
- #ProxyGroupId ⇒ Object
- #ProxyNodeConnections ⇒ Object
- #ProxyNodeId ⇒ Object
- #Region ⇒ Object
- #Status ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxynodeid = nil, proxynodeconnections = nil, cpu = nil, mem = nil, status = nil, proxygroupid = nil, clusterid = nil, appid = nil, region = nil, zone = nil, ossproxynodename = nil) ⇒ ProxyNodeInfo
constructor
A new instance of ProxyNodeInfo.
Constructor Details
#initialize(proxynodeid = nil, proxynodeconnections = nil, cpu = nil, mem = nil, status = nil, proxygroupid = nil, clusterid = nil, appid = nil, region = nil, zone = nil, ossproxynodename = nil) ⇒ ProxyNodeInfo
Returns a new instance of ProxyNodeInfo.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 12776 |
# File 'lib/v20190107/models.rb', line 12764 def initialize(proxynodeid=nil, proxynodeconnections=nil, cpu=nil, mem=nil, status=nil, proxygroupid=nil, clusterid=nil, appid=nil, region=nil, zone=nil, ossproxynodename=nil) @ProxyNodeId = proxynodeid @ProxyNodeConnections = proxynodeconnections @Cpu = cpu @Mem = mem @Status = status @ProxyGroupId = proxygroupid @ClusterId = clusterid @AppId = appid @Region = region @Zone = zone @OssProxyNodeName = ossproxynodename end |
Instance Attribute Details
#AppId ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def AppId @AppId end |
#ClusterId ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def ClusterId @ClusterId end |
#Cpu ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def Cpu @Cpu end |
#Mem ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def Mem @Mem end |
#OssProxyNodeName ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def OssProxyNodeName @OssProxyNodeName end |
#ProxyGroupId ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def ProxyGroupId @ProxyGroupId end |
#ProxyNodeConnections ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def ProxyNodeConnections @ProxyNodeConnections end |
#ProxyNodeId ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def ProxyNodeId @ProxyNodeId end |
#Region ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def Region @Region end |
#Status ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def Status @Status end |
#Zone ⇒ Object
12762 12763 12764 |
# File 'lib/v20190107/models.rb', line 12762 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
12778 12779 12780 12781 12782 12783 12784 12785 12786 12787 12788 12789 12790 |
# File 'lib/v20190107/models.rb', line 12778 def deserialize(params) @ProxyNodeId = params['ProxyNodeId'] @ProxyNodeConnections = params['ProxyNodeConnections'] @Cpu = params['Cpu'] @Mem = params['Mem'] @Status = params['Status'] @ProxyGroupId = params['ProxyGroupId'] @ClusterId = params['ClusterId'] @AppId = params['AppId'] @Region = params['Region'] @Zone = params['Zone'] @OssProxyNodeName = params['OssProxyNodeName'] end |