public class HostItem extends AbstractModel
Constructor and Description |
---|
HostItem() |
HostItem(HostItem 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 |
getCageId()
Get Cage ID of the CDH instance.
|
String |
getCreatedTime()
Get CDH instance creation time
|
String |
getExpiredTime()
Get CDH instance expiry time
|
String |
getHostChargeType()
Get CDH instance billing mode
|
String |
getHostId()
Get CDH instance ID
|
String |
getHostIp()
Get CDH instance IP
|
String |
getHostName()
Get CDH instance name
|
HostResource |
getHostResource()
Get CDH instance resource information
|
String |
getHostState()
Get CDH instance status
|
String |
getHostType()
Get CDH instance type
|
String[] |
getInstanceIds()
Get List of IDs of CVMs created on a CDH instance
|
Placement |
getPlacement()
Get CDH instance location.
|
String |
getRenewFlag()
Get CDH instance renewal flag
|
void |
setCageId(String CageId)
Set Cage ID of the CDH instance.
|
void |
setCreatedTime(String CreatedTime)
Set CDH instance creation time
|
void |
setExpiredTime(String ExpiredTime)
Set CDH instance expiry time
|
void |
setHostChargeType(String HostChargeType)
Set CDH instance billing mode
|
void |
setHostId(String HostId)
Set CDH instance ID
|
void |
setHostIp(String HostIp)
Set CDH instance IP
|
void |
setHostName(String HostName)
Set CDH instance name
|
void |
setHostResource(HostResource HostResource)
Set CDH instance resource information
|
void |
setHostState(String HostState)
Set CDH instance status
|
void |
setHostType(String HostType)
Set CDH instance type
|
void |
setInstanceIds(String[] InstanceIds)
Set List of IDs of CVMs created on a CDH instance
|
void |
setPlacement(Placement Placement)
Set CDH instance location.
|
void |
setRenewFlag(String RenewFlag)
Set CDH instance renewal flag
|
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 HostItem()
public HostItem(HostItem source)
public Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- CDH instance location. This parameter is used to specify the AZ, project, and other attributes of the instance.public String getHostId()
public void setHostId(String HostId)
HostId
- CDH instance IDpublic String getHostType()
public void setHostType(String HostType)
HostType
- CDH instance typepublic String getHostName()
public void setHostName(String HostName)
HostName
- CDH instance namepublic String getHostChargeType()
public void setHostChargeType(String HostChargeType)
HostChargeType
- CDH instance billing modepublic String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag
- CDH instance renewal flagpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- CDH instance creation timepublic String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- CDH instance expiry timepublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of IDs of CVMs created on a CDH instancepublic String getHostState()
public void setHostState(String HostState)
HostState
- CDH instance statuspublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- CDH instance IPpublic HostResource getHostResource()
public void setHostResource(HostResource HostResource)
HostResource
- CDH instance resource informationpublic String getCageId()
public void setCageId(String CageId)
CageId
- Cage ID of the CDH instance. This parameter is only valid for CDH instances in the cages of finance availability zones.
Note: This field may return null, indicating that no valid value is found.Copyright © 2023. All rights reserved.