Class BoundK8SInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.BoundK8SInfo
-
public class BoundK8SInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BoundK8SInfo()
BoundK8SInfo(BoundK8SInfo 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 String
getBoundClusterId()
Get 绑定的kubernetes集群IDString
getBoundClusterType()
Get 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。String
getSyncMode()
Get 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。void
setBoundClusterId(String BoundClusterId)
Set 绑定的kubernetes集群IDvoid
setBoundClusterType(String BoundClusterType)
Set 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。void
setSyncMode(String SyncMode)
Set 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
BoundK8SInfo
public BoundK8SInfo()
-
BoundK8SInfo
public BoundK8SInfo(BoundK8SInfo 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
-
getBoundClusterId
public String getBoundClusterId()
Get 绑定的kubernetes集群ID- Returns:
- BoundClusterId 绑定的kubernetes集群ID
-
setBoundClusterId
public void setBoundClusterId(String BoundClusterId)
Set 绑定的kubernetes集群ID- Parameters:
BoundClusterId
- 绑定的kubernetes集群ID
-
getBoundClusterType
public String getBoundClusterType()
Get 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BoundClusterType 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
-
setBoundClusterType
public void setBoundClusterType(String BoundClusterType)
Set 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BoundClusterType
- 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
-
getSyncMode
public String getSyncMode()
Get 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SyncMode 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。
-
setSyncMode
public void setSyncMode(String SyncMode)
Set 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SyncMode
- 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。
-
-