public class VirtualNode extends AbstractModel
Constructor and Description |
---|
VirtualNode() |
VirtualNode(VirtualNode 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 |
getCreatedTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Virtual node name
|
String |
getPhase()
Get Virtual node status
|
String |
getSubnetId()
Get Subnet of the virtual node
|
void |
setCreatedTime(String CreatedTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Virtual node name
|
void |
setPhase(String Phase)
Set Virtual node status
|
void |
setSubnetId(String SubnetId)
Set Subnet of the virtual node
|
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 VirtualNode()
public VirtualNode(VirtualNode source)
public String getName()
public void setName(String Name)
Name
- Virtual node namepublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet of the virtual nodepublic String getPhase()
public void setPhase(String Phase)
Phase
- Virtual node statuspublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.