Class: TencentCloud::Cdb::V20170320::ProxyNode
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ProxyNode
- Defined in:
- lib/v20170320/models.rb
Overview
代理节点
Instance Attribute Summary collapse
- #Connection ⇒ Object
- #Cpu ⇒ Object
- #Mem ⇒ Object
- #ProxyId ⇒ Object
- #Region ⇒ Object
- #Status ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxyid = nil, cpu = nil, mem = nil, status = nil, zone = nil, region = nil, connection = nil) ⇒ ProxyNode
constructor
A new instance of ProxyNode.
Constructor Details
#initialize(proxyid = nil, cpu = nil, mem = nil, status = nil, zone = nil, region = nil, connection = nil) ⇒ ProxyNode
12683 12684 12685 12686 12687 12688 12689 12690 12691 |
# File 'lib/v20170320/models.rb', line 12683 def initialize(proxyid=nil, cpu=nil, mem=nil, status=nil, zone=nil, region=nil, connection=nil) @ProxyId = proxyid @Cpu = cpu @Mem = mem @Status = status @Zone = zone @Region = region @Connection = connection end |
Instance Attribute Details
#Connection ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Connection @Connection end |
#Cpu ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Cpu @Cpu end |
#Mem ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Mem @Mem end |
#ProxyId ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def ProxyId @ProxyId end |
#Region ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Region @Region end |
#Status ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Status @Status end |
#Zone ⇒ Object
12681 12682 12683 |
# File 'lib/v20170320/models.rb', line 12681 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
12693 12694 12695 12696 12697 12698 12699 12700 12701 |
# File 'lib/v20170320/models.rb', line 12693 def deserialize(params) @ProxyId = params['ProxyId'] @Cpu = params['Cpu'] @Mem = params['Mem'] @Status = params['Status'] @Zone = params['Zone'] @Region = params['Region'] @Connection = params['Connection'] end |