Class ClusterItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.ClusterItem
-
public class ClusterItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClusterItem()ClusterItem(ClusterItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群唯一IDStringgetClusterName()Get 集群名称 注意:此字段可能返回 null,表示取不到有效值。StringgetZone()Get 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterId(String ClusterId)Set 集群唯一IDvoidsetClusterName(String ClusterName)Set 集群名称 注意:此字段可能返回 null,表示取不到有效值。voidsetZone(String Zone)Set 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClusterItem
public ClusterItem()
-
ClusterItem
public ClusterItem(ClusterItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群唯一ID- Returns:
- ClusterId 集群唯一ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群唯一ID- Parameters:
ClusterId- 集群唯一ID
-
getClusterName
public String getClusterName()
Get 集群名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClusterName 集群名称 注意:此字段可能返回 null,表示取不到有效值。
-
setClusterName
public void setClusterName(String ClusterName)
Set 集群名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClusterName- 集群名称 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone- 集群所在可用区,如ap-guangzhou-1 注意:此字段可能返回 null,表示取不到有效值。
-
-