Class: TencentCloud::Tcm::V20210413::ExtensiveCluster
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::ExtensiveCluster
- Defined in:
- lib/v20210413/models.rb
Overview
内网独占集群配置
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, zone = nil) ⇒ ExtensiveCluster
constructor
A new instance of ExtensiveCluster.
Constructor Details
#initialize(clusterid = nil, zone = nil) ⇒ ExtensiveCluster
Returns a new instance of ExtensiveCluster.
791 792 793 794 |
# File 'lib/v20210413/models.rb', line 791 def initialize(clusterid=nil, zone=nil) @ClusterId = clusterid @Zone = zone end |
Instance Attribute Details
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
789 790 791 |
# File 'lib/v20210413/models.rb', line 789 def ClusterId @ClusterId end |
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
789 790 791 |
# File 'lib/v20210413/models.rb', line 789 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
796 797 798 799 |
# File 'lib/v20210413/models.rb', line 796 def deserialize(params) @ClusterId = params['ClusterId'] @Zone = params['Zone'] end |