public class BoundK8SInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBoundClusterId()
Get 绑定的kubernetes集群ID
|
String |
getBoundClusterType()
Get 绑定的kubernetes的集群类型,分tke和eks两种
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSyncMode()
Get 服务同步模式,all为全量同步,demand为按需同步
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBoundClusterId(String BoundClusterId)
Set 绑定的kubernetes集群ID
|
void |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BoundK8SInfo()
public BoundK8SInfo(BoundK8SInfo source)
public String getBoundClusterId()
public void setBoundClusterId(String BoundClusterId)
BoundClusterId
- 绑定的kubernetes集群IDpublic String getBoundClusterType()
public void setBoundClusterType(String BoundClusterType)
BoundClusterType
- 绑定的kubernetes的集群类型,分tke和eks两种
注意:此字段可能返回 null,表示取不到有效值。public String getSyncMode()
public void setSyncMode(String SyncMode)
SyncMode
- 服务同步模式,all为全量同步,demand为按需同步
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.