public class PodState extends AbstractModel
Constructor and Description |
---|
PodState() |
PodState(PodState 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 |
---|---|
Long |
getMemory()
Get pod内存大小
|
String |
getName()
Get pod的名称
|
String |
getOwnerCluster()
Get pod所属集群
|
String |
getReason()
Get pod处于该状态原因
|
String |
getState()
Get pod的状态
|
String |
getUuid()
Get pod uuid
|
void |
setMemory(Long Memory)
Set pod内存大小
|
void |
setName(String Name)
Set pod的名称
|
void |
setOwnerCluster(String OwnerCluster)
Set pod所属集群
|
void |
setReason(String Reason)
Set pod处于该状态原因
|
void |
setState(String State)
Set pod的状态
|
void |
setUuid(String Uuid)
Set pod uuid
|
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 PodState()
public PodState(PodState source)
public String getName()
public void setName(String Name)
Name
- pod的名称public String getUuid()
public void setUuid(String Uuid)
Uuid
- pod uuidpublic String getState()
public void setState(String State)
State
- pod的状态public String getReason()
public void setReason(String Reason)
Reason
- pod处于该状态原因public String getOwnerCluster()
public void setOwnerCluster(String OwnerCluster)
OwnerCluster
- pod所属集群public Long getMemory()
public void setMemory(Long Memory)
Memory
- pod内存大小Copyright © 2023. All rights reserved.