public class TmpInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
TmpInstance() |
TmpInstance(TmpInstance 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 |
getAppId()
Get Application ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceRemark()
Get Instance remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIpv6Flag()
Get Instance IPv6 flag
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPeriodEndTime()
Get Validity end time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Instance region
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSrcInstanceId()
Get Source instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Instance status.
|
String |
getStatusDesc()
Get Instance status description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTempType()
Get Type of temp instance.
|
String |
getVip()
Get Virtual instance IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVipv6()
Get Virtual IPv6 of the instance
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getVport()
Get Virtual instance port
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getZone()
Get AZ of the instance
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppId(Long AppId)
Set Application ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceRemark(String InstanceRemark)
Set Instance remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIpv6Flag(Long Ipv6Flag)
Set Instance IPv6 flag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPeriodEndTime(String PeriodEndTime)
Set Validity end time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Instance region
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSrcInstanceId(String SrcInstanceId)
Set Source instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setStatusDesc(String StatusDesc)
Set Instance status description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTempType(Long TempType)
Set Type of temp instance.
|
void |
setVip(String Vip)
Set Virtual instance IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVipv6(String Vipv6)
Set Virtual IPv6 of the instance
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVport(Long Vport)
Set Virtual instance port
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setZone(String Zone)
Set AZ of the instance
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TmpInstance()
public TmpInstance(TmpInstance source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- Application ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceRemark()
public void setInstanceRemark(String InstanceRemark)
InstanceRemark
- Instance remarks
Note: This field may return null, indicating that no valid values can be obtained.public Long getTempType()
public void setTempType(Long TempType)
TempType
- Type of temp instance. Valid values: `0` (non-temp instance), `1` (invalid temp instance), `2` (valid rollback temp instance).
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. Valid values: `0` (to be initialized), `1` (in process), `2` (running), `-1` (isolated), `-2` (eliminated).
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.public String getVip()
public void setVip(String Vip)
Vip
- Virtual instance IP
Note: This field may return null, indicating that no valid values can be obtained.public Long getVport()
public void setVport(Long Vport)
Vport
- Virtual instance port
Note: This field may return null, indicating that no valid values can be obtained.public String getPeriodEndTime()
public void setPeriodEndTime(String PeriodEndTime)
PeriodEndTime
- Validity end time
Note: This field may return null, indicating that no valid values can be obtained.public String getSrcInstanceId()
public void setSrcInstanceId(String SrcInstanceId)
SrcInstanceId
- Source instance ID in the format of `tdsql-ow728lmc`
Note: This field may return null, indicating that no valid values can be obtained.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Instance status description
Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Instance region
Note: This field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone
- AZ of the instance
Note: This field may return null, indicating that no valid values can be obtained.public String getVipv6()
public void setVipv6(String Vipv6)
Vipv6
- Virtual IPv6 of the instance
Note: This field may return null, indicating that no valid values can be obtained.public Long getIpv6Flag()
public void setIpv6Flag(Long Ipv6Flag)
Ipv6Flag
- Instance IPv6 flag
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.