Class ClusterOption
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.omics.v20221128.models.ClusterOption
-
public class ClusterOption extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClusterOption()ClusterOption(ClusterOption 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 StringgetType()Get 计算集群类型,取值范围: - KUBERNETESStringgetZone()Get 计算集群可用区。voidsetType(String Type)Set 计算集群类型,取值范围: - KUBERNETESvoidsetZone(String Zone)Set 计算集群可用区。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
-
ClusterOption
public ClusterOption()
-
ClusterOption
public ClusterOption(ClusterOption 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
-
getZone
public String getZone()
Get 计算集群可用区。- Returns:
- Zone 计算集群可用区。
-
setZone
public void setZone(String Zone)
Set 计算集群可用区。- Parameters:
Zone- 计算集群可用区。
-
getType
public String getType()
Get 计算集群类型,取值范围: - KUBERNETES- Returns:
- Type 计算集群类型,取值范围: - KUBERNETES
-
setType
public void setType(String Type)
Set 计算集群类型,取值范围: - KUBERNETES- Parameters:
Type- 计算集群类型,取值范围: - KUBERNETES
-
-