public class InterInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
InterInstance() |
InterInstance(InterInstance 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 |
getInstanceId()
Get Instance ID
|
Long |
getInterPort()
Get Instance interworking port, which can be accessed after the instance is added to the interworking group.
|
String |
getInterVip()
Get Instance interworking IP, which can be accessed after the instance is added to the interworking group.
|
String |
getName()
Get Instance name
|
String |
getRegion()
Get Instance region, such as ap-guangzhou.
|
Long |
getStatus()
Get Instance interworking status.
|
String |
getVersion()
Get Instance version code
|
String |
getVersionName()
Get Instance version
|
String |
getVip()
Get Instance access IP
|
Long |
getVport()
Get Instance access port
|
String |
getZone()
Get Instance AZ name, such as ap-guangzhou-1.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInterPort(Long InterPort)
Set Instance interworking port, which can be accessed after the instance is added to the interworking group.
|
void |
setInterVip(String InterVip)
Set Instance interworking IP, which can be accessed after the instance is added to the interworking group.
|
void |
setName(String Name)
Set Instance name
|
void |
setRegion(String Region)
Set Instance region, such as ap-guangzhou.
|
void |
setStatus(Long Status)
Set Instance interworking status.
|
void |
setVersion(String Version)
Set Instance version code
|
void |
setVersionName(String VersionName)
Set Instance version
|
void |
setVip(String Vip)
Set Instance access IP
|
void |
setVport(Long Vport)
Set Instance access port
|
void |
setZone(String Zone)
Set Instance AZ name, such as ap-guangzhou-1.
|
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 InterInstance()
public InterInstance(InterInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInterVip()
public void setInterVip(String InterVip)
InterVip
- Instance interworking IP, which can be accessed after the instance is added to the interworking group.public Long getInterPort()
public void setInterPort(Long InterPort)
InterPort
- Instance interworking port, which can be accessed after the instance is added to the interworking group.public Long getStatus()
public void setStatus(Long Status)
Status
- Instance interworking status. Valid values: `1` (Enabling interworking IP), `2` (Enabled interworking IP), `3` (Adding to interworking group), `4` (Added to interworking group), `5` (Reclaiming interworking IP), `6`(Reclaimed interworking IP), `7` (Removing from interworking group), `8` (Removed from interworking group).public String getRegion()
public void setRegion(String Region)
Region
- Instance region, such as ap-guangzhou.public String getZone()
public void setZone(String Zone)
Zone
- Instance AZ name, such as ap-guangzhou-1.public String getVersion()
public void setVersion(String Version)
Version
- Instance version codepublic String getVersionName()
public void setVersionName(String VersionName)
VersionName
- Instance versionpublic String getName()
public void setName(String Name)
Name
- Instance namepublic String getVip()
public void setVip(String Vip)
Vip
- Instance access IPpublic Long getVport()
public void setVport(Long Vport)
Vport
- Instance access portCopyright © 2024. All rights reserved.