public class DescribeSLInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSLInstanceResponse() |
DescribeSLInstanceResponse(DescribeSLInstanceResponse 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 |
getAutoRenewFlag()
Get Auto-renewal flag.
|
Long |
getClusterId()
Get Numeric identifier of the instance.
|
String |
getCreateTime()
Get Instance creation time.
|
Long |
getDiskSize()
Get Instance single-node disk capacity, in GB.
|
String |
getDiskType()
Get Instance storage type.
|
String |
getExpireTime()
Get Instance expiration time.
|
String |
getInstanceId()
Get Character string identifier of the instance.
|
String |
getInstanceName()
Get Instance name.
|
String |
getIsolateTime()
Get Instance isolation time.
|
Long |
getNodeNum()
Get Total number of instance nodes.
|
String |
getNodeType()
Get Instance node specifications.
|
Long |
getPayMode()
Get Instance billing mode.
|
Long |
getRegionId()
Get Instance region ID.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
SLInstance[] |
getSLInstance()
Get
|
Long |
getStatus()
Get Instance status code: -2: "TERMINATED", 2: "RUNNING", 14: "TERMINATING", 19: "ISOLATING", 22: "ADJUSTING", and 201: "ISOLATED".
|
Tag[] |
getTags()
Get List of tags bound to the instance.
|
String |
getZone()
Get Primary AZ of the instance.
|
ZoneSetting[] |
getZoneSettings()
Get Detailed configuration of the instance AZ, including the AZ name, VPC information, and number of nodes.
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag.
|
void |
setClusterId(Long ClusterId)
Set Numeric identifier of the instance.
|
void |
setCreateTime(String CreateTime)
Set Instance creation time.
|
void |
setDiskSize(Long DiskSize)
Set Instance single-node disk capacity, in GB.
|
void |
setDiskType(String DiskType)
Set Instance storage type.
|
void |
setExpireTime(String ExpireTime)
Set Instance expiration time.
|
void |
setInstanceId(String InstanceId)
Set Character string identifier of the instance.
|
void |
setInstanceName(String InstanceName)
Set Instance name.
|
void |
setIsolateTime(String IsolateTime)
Set Instance isolation time.
|
void |
setNodeNum(Long NodeNum)
Set Total number of instance nodes.
|
void |
setNodeType(String NodeType)
Set Instance node specifications.
|
void |
setPayMode(Long PayMode)
Set Instance billing mode.
|
void |
setRegionId(Long RegionId)
Set Instance region ID.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSLInstance(SLInstance[] SLInstance)
Set
|
void |
setStatus(Long Status)
Set Instance status code: -2: "TERMINATED", 2: "RUNNING", 14: "TERMINATING", 19: "ISOLATING", 22: "ADJUSTING", and 201: "ISOLATED".
|
void |
setTags(Tag[] Tags)
Set List of tags bound to the instance.
|
void |
setZone(String Zone)
Set Primary AZ of the instance.
|
void |
setZoneSettings(ZoneSetting[] ZoneSettings)
Set Detailed configuration of the instance AZ, including the AZ name, VPC information, and number of nodes.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSLInstanceResponse()
public DescribeSLInstanceResponse(DescribeSLInstanceResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Character string identifier of the instance.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Instance billing mode. 0 indicates postpaid, i.e., pay-as-you-go; 1 indicates prepaid, i.e., monthly subscription.public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Instance storage type.public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Instance single-node disk capacity, in GB.public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Instance node specifications.public ZoneSetting[] getZoneSettings()
public void setZoneSettings(ZoneSetting[] ZoneSettings)
ZoneSettings
- Detailed configuration of the instance AZ, including the AZ name, VPC information, and number of nodes.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- List of tags bound to the instance.
Note: This field may return null, indicating that no valid values can be obtained.public Long getClusterId()
public void setClusterId(Long ClusterId)
ClusterId
- Numeric identifier of the instance.public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Instance region ID.public String getZone()
public void setZone(String Zone)
Zone
- Primary AZ of the instance.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Instance expiration time. For post-paid instances, the API returns 0000-00-00 00:00:00.public String getIsolateTime()
public void setIsolateTime(String IsolateTime)
IsolateTime
- Instance isolation time. For instances that are not isolated, the API returns 0000-00-00 00:00:00.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Instance creation time.public Long getStatus()
public void setStatus(Long Status)
Status
- Instance status code: -2: "TERMINATED", 2: "RUNNING", 14: "TERMINATING", 19: "ISOLATING", 22: "ADJUSTING", and 201: "ISOLATED".public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto-renewal flag. 0: notify before expiration but do not auto-renew; 1: notify before expiration and auto-renew; and 2: do not notify before expiration and do not auto-renew. If the business does not support renewal, the value is 0.public Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum
- Total number of instance nodes.public SLInstance[] getSLInstance()
public void setSLInstance(SLInstance[] SLInstance)
SLInstance
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.