public class InstanceNetInfo extends AbstractModel
Constructor and Description |
---|
InstanceNetInfo() |
InstanceNetInfo(InstanceNetInfo 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 |
getInstanceGroupId()
Get Instance group ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceGroupType()
Get Network type
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNetType()
Get Network type
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSubnetId()
Get Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVip()
Get VPC IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getVport()
Get VPC port
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWanDomain()
Get Public network domain name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWanIP()
Get
|
Long |
getWanPort()
Get Public network port
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWanStatus()
Get Public network status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceGroupId(String InstanceGroupId)
Set Instance group ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceGroupType(String InstanceGroupType)
Set Network type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNetType(Long NetType)
Set Network type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVip(String Vip)
Set VPC IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVpcId(String VpcId)
Set VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVport(Long Vport)
Set VPC port
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanDomain(String WanDomain)
Set Public network domain name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanIP(String WanIP)
Set
|
void |
setWanPort(Long WanPort)
Set Public network port
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanStatus(String WanStatus)
Set Public network status
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InstanceNetInfo()
public InstanceNetInfo(InstanceNetInfo source)
public String getInstanceGroupType()
public void setInstanceGroupType(String InstanceGroupType)
InstanceGroupType
- Network type
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceGroupId()
public void setInstanceGroupId(String InstanceGroupId)
InstanceGroupId
- Instance group ID
Note: This field may return null, indicating that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getNetType()
public void setNetType(Long NetType)
NetType
- Network type
Note: This field may return null, indicating that no valid values can be obtained.public String getVip()
public void setVip(String Vip)
Vip
- VPC IP
Note: This field may return null, indicating that no valid values can be obtained.public Long getVport()
public void setVport(Long Vport)
Vport
- VPC port
Note: This field may return null, indicating that no valid values can be obtained.public String getWanDomain()
public void setWanDomain(String WanDomain)
WanDomain
- Public network domain name
Note: This field may return null, indicating that no valid values can be obtained.public String getWanIP()
public void setWanIP(String WanIP)
WanIP
- public Long getWanPort()
public void setWanPort(Long WanPort)
WanPort
- Public network port
Note: This field may return null, indicating that no valid values can be obtained.public String getWanStatus()
public void setWanStatus(String WanStatus)
WanStatus
- Public network status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.