public class NamespaceStatusInfo extends AbstractModel
skipSign
Constructor and Description |
---|
NamespaceStatusInfo() |
NamespaceStatusInfo(NamespaceStatusInfo 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 |
getClusterId()
Get TCB envId | EKS clusterId
|
String |
getClusterStatus()
Get 环境状态
|
String |
getEnvironmentId()
Get 命名空间id
|
String |
getEnvironmentName()
Get 命名空间名称
|
TemEnvironmentStartingStatus |
getEnvironmentStartingStatus()
Get 环境启动状态(不在启动中为null)
注意:此字段可能返回 null,表示取不到有效值。
|
TemEnvironmentStoppingStatus |
getEnvironmentStoppingStatus()
Get 环境停止状态(不在停止中为null)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set TCB envId | EKS clusterId
|
void |
setClusterStatus(String ClusterStatus)
Set 环境状态
|
void |
setEnvironmentId(String EnvironmentId)
Set 命名空间id
|
void |
setEnvironmentName(String EnvironmentName)
Set 命名空间名称
|
void |
setEnvironmentStartingStatus(TemEnvironmentStartingStatus EnvironmentStartingStatus)
Set 环境启动状态(不在启动中为null)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvironmentStoppingStatus(TemEnvironmentStoppingStatus EnvironmentStoppingStatus)
Set 环境停止状态(不在停止中为null)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NamespaceStatusInfo()
public NamespaceStatusInfo(NamespaceStatusInfo source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 命名空间idpublic String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- 命名空间名称public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- TCB envId | EKS clusterIdpublic String getClusterStatus()
public void setClusterStatus(String ClusterStatus)
ClusterStatus
- 环境状态public TemEnvironmentStartingStatus getEnvironmentStartingStatus()
public void setEnvironmentStartingStatus(TemEnvironmentStartingStatus EnvironmentStartingStatus)
EnvironmentStartingStatus
- 环境启动状态(不在启动中为null)
注意:此字段可能返回 null,表示取不到有效值。public TemEnvironmentStoppingStatus getEnvironmentStoppingStatus()
public void setEnvironmentStoppingStatus(TemEnvironmentStoppingStatus EnvironmentStoppingStatus)
EnvironmentStoppingStatus
- 环境停止状态(不在停止中为null)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.