public class RedisCommonInstanceList extends AbstractModel
Constructor and Description |
---|
RedisCommonInstanceList() |
RedisCommonInstanceList(RedisCommonInstanceList 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 User APPID, which is the unique application ID that matches an account.
|
String |
getCreatetime()
Get Instance creation time
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
Long |
getNetType()
Get Network Type
- `0`: Classic network.
|
Long |
getPayMode()
Get Billing type
- `0`: Pay-as-you-go.
|
Long |
getProjectId()
Get Project ID of the instance
|
String |
getRegion()
Get Instance region
|
String |
getStatus()
Get Instance status information
- `1`: Task running.
|
String |
getSubnetId()
Get VPC subnet ID
|
String[] |
getVips()
Get Private network IP address of an instance
|
String |
getVpcId()
Get Instance VPC ID
|
Long |
getVport()
Get Instance network port
|
String |
getZone()
Get Instance AZ
|
void |
setAppId(Long AppId)
Set User APPID, which is the unique application ID that matches an account.
|
void |
setCreatetime(String Createtime)
Set Instance creation time
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setNetType(Long NetType)
Set Network Type
- `0`: Classic network.
|
void |
setPayMode(Long PayMode)
Set Billing type
- `0`: Pay-as-you-go.
|
void |
setProjectId(Long ProjectId)
Set Project ID of the instance
|
void |
setRegion(String Region)
Set Instance region
|
void |
setStatus(String Status)
Set Instance status information
- `1`: Task running.
|
void |
setSubnetId(String SubnetId)
Set VPC subnet ID
|
void |
setVips(String[] Vips)
Set Private network IP address of an instance
|
void |
setVpcId(String VpcId)
Set Instance VPC ID
|
void |
setVport(Long Vport)
Set Instance network port
|
void |
setZone(String Zone)
Set Instance AZ
|
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 RedisCommonInstanceList()
public RedisCommonInstanceList(RedisCommonInstanceList source)
public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId
- User APPID, which is the unique application ID that matches an account. Some Tencent Cloud products use this APPID.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID of the instancepublic String getRegion()
public void setRegion(String Region)
Region
- Instance regionpublic String getZone()
public void setZone(String Zone)
Zone
- Instance AZpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Instance VPC IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- VPC subnet IDpublic String getStatus()
public void setStatus(String Status)
Status
- Instance status information
- `1`: Task running.
- `2`: Instance running.
- `-2`: Instance isolated.
- `-3`: Instance being eliminated.
- `-4`: Instance eliminated.public String[] getVips()
public void setVips(String[] Vips)
Vips
- Private network IP address of an instancepublic Long getVport()
public void setVport(Long Vport)
Vport
- Instance network portpublic String getCreatetime()
public void setCreatetime(String Createtime)
Createtime
- Instance creation timepublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Billing type
- `0`: Pay-as-you-go.
- `1`: Monthly subscription.public Long getNetType()
public void setNetType(Long NetType)
NetType
- Network Type
- `0`: Classic network.
- `1`: VPC.Copyright © 2023. All rights reserved.