public class HostItem extends AbstractModel
Constructor and Description |
---|
HostItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCageId()
Get Cage ID of the CDH instance.
|
String |
getCreatedTime()
Get Creation time of the CDH instance
|
String |
getExpiredTime()
Get Expiration time of the CDH instance
|
String |
getHostChargeType()
Get Billing method of the CDH instance
|
String |
getHostId()
Get CDH instance ID
|
String |
getHostIp()
Get CDH instance IP
|
String |
getHostName()
Get CDH instance name
|
HostResource |
getHostResource()
Get Resource information of the CDH instance
|
String |
getHostState()
Get CDH instance state
|
String |
getHostType()
Get CDH instance type
|
String[] |
getInstanceIds()
Get List of IDs of CVM instances created on the CDH
|
Placement |
getPlacement()
Get Location of the CDH instance.
|
String |
getRenewFlag()
Get Auto renewal flag of the CDH instance
|
void |
setCageId(String CageId)
Set Cage ID of the CDH instance.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time of the CDH instance
|
void |
setExpiredTime(String ExpiredTime)
Set Expiration time of the CDH instance
|
void |
setHostChargeType(String HostChargeType)
Set Billing method of the CDH instance
|
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 Resource information of the CDH instance
|
void |
setHostState(String HostState)
Set CDH instance state
|
void |
setHostType(String HostType)
Set CDH instance type
|
void |
setInstanceIds(String[] InstanceIds)
Set List of IDs of CVM instances created on the CDH
|
void |
setPlacement(Placement Placement)
Set Location of the CDH instance.
|
void |
setRenewFlag(String RenewFlag)
Set Auto renewal flag of the CDH instance
|
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 Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- Location of the CDH instance. You can use this parameter to specify the attributes of the instance, such as its availability zone and project.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
- Billing method of the CDH instancepublic String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag
- Auto renewal flag of the CDH instancepublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time of the CDH instancepublic String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- Expiration time of the CDH instancepublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of IDs of CVM instances created on the CDHpublic String getHostState()
public void setHostState(String HostState)
HostState
- CDH instance statepublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- CDH instance IPpublic HostResource getHostResource()
public void setHostResource(HostResource HostResource)
HostResource
- Resource information of the CDH instancepublic 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 © 2020. All rights reserved.