Class: TencentCloud::Oceanus::V20190422::WorkSpaceClusterItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::WorkSpaceClusterItem
- Defined in:
- lib/v20190422/models.rb
Overview
空间和集群绑定关系
Instance Attribute Summary collapse
-
#ClusterGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterGroupSerialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectIdStr ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#WorkSpaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#WorkSpaceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustergroupid = nil, clustergroupserialid = nil, clustername = nil, workspaceid = nil, workspacename = nil, status = nil, projectid = nil, projectidstr = nil) ⇒ WorkSpaceClusterItem
constructor
A new instance of WorkSpaceClusterItem.
Constructor Details
#initialize(clustergroupid = nil, clustergroupserialid = nil, clustername = nil, workspaceid = nil, workspacename = nil, status = nil, projectid = nil, projectidstr = nil) ⇒ WorkSpaceClusterItem
Returns a new instance of WorkSpaceClusterItem.
6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 |
# File 'lib/v20190422/models.rb', line 6141 def initialize(clustergroupid=nil, clustergroupserialid=nil, clustername=nil, workspaceid=nil, workspacename=nil, status=nil, projectid=nil, projectidstr=nil) @ClusterGroupId = clustergroupid @ClusterGroupSerialId = clustergroupserialid @ClusterName = clustername @WorkSpaceId = workspaceid @WorkSpaceName = workspacename @Status = status @ProjectId = projectid @ProjectIdStr = projectidstr end |
Instance Attribute Details
#ClusterGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def ClusterGroupId @ClusterGroupId end |
#ClusterGroupSerialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def ClusterGroupSerialId @ClusterGroupSerialId end |
#ClusterName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def ClusterName @ClusterName end |
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def ProjectId @ProjectId end |
#ProjectIdStr ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def ProjectIdStr @ProjectIdStr end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def Status @Status end |
#WorkSpaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def WorkSpaceId @WorkSpaceId end |
#WorkSpaceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6139 6140 6141 |
# File 'lib/v20190422/models.rb', line 6139 def WorkSpaceName @WorkSpaceName end |
Instance Method Details
#deserialize(params) ⇒ Object
6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 |
# File 'lib/v20190422/models.rb', line 6152 def deserialize(params) @ClusterGroupId = params['ClusterGroupId'] @ClusterGroupSerialId = params['ClusterGroupSerialId'] @ClusterName = params['ClusterName'] @WorkSpaceId = params['WorkSpaceId'] @WorkSpaceName = params['WorkSpaceName'] @Status = params['Status'] @ProjectId = params['ProjectId'] @ProjectIdStr = params['ProjectIdStr'] end |