public class NamespaceStatusInfo extends AbstractModel
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 Environment status
|
String |
getEnvironmentId()
Get ID of the environment
|
String |
getEnvironmentName()
Get Environment name
|
TemEnvironmentStartingStatus |
getEnvironmentStartingStatus()
Get Whether the environment is being started.
|
TemEnvironmentStoppingStatus |
getEnvironmentStoppingStatus()
Get Whether the environment is being stopped.
|
void |
setClusterId(String ClusterId)
Set TCB envId | EKS clusterId
|
void |
setClusterStatus(String ClusterStatus)
Set Environment status
|
void |
setEnvironmentId(String EnvironmentId)
Set ID of the environment
|
void |
setEnvironmentName(String EnvironmentName)
Set Environment name
|
void |
setEnvironmentStartingStatus(TemEnvironmentStartingStatus EnvironmentStartingStatus)
Set Whether the environment is being started.
|
void |
setEnvironmentStoppingStatus(TemEnvironmentStoppingStatus EnvironmentStoppingStatus)
Set Whether the environment is being stopped.
|
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 NamespaceStatusInfo()
public NamespaceStatusInfo(NamespaceStatusInfo source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- ID of the environmentpublic String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- Environment namepublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- TCB envId | EKS clusterIdpublic String getClusterStatus()
public void setClusterStatus(String ClusterStatus)
ClusterStatus
- Environment statuspublic TemEnvironmentStartingStatus getEnvironmentStartingStatus()
public void setEnvironmentStartingStatus(TemEnvironmentStartingStatus EnvironmentStartingStatus)
EnvironmentStartingStatus
- Whether the environment is being started. `null` is returned if it’s not being started.
Note: This field may return `null`, indicating that no valid values can be obtained.public TemEnvironmentStoppingStatus getEnvironmentStoppingStatus()
public void setEnvironmentStoppingStatus(TemEnvironmentStoppingStatus EnvironmentStoppingStatus)
EnvironmentStoppingStatus
- Whether the environment is being stopped. `null` is returned if it’s not being stopped.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.