public class InstanceNetInfo extends AbstractModel
header, skipSign
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
|
String |
getInstanceGroupType()
Get Network type.
|
Long |
getNetType()
Get Network type.
|
String |
getSubnetId()
Get Specifies the subnet ID.
|
String |
getVip()
Get VPC IP.
|
String |
getVpcId()
Get Specifies the virtual private cloud ID.
|
Long |
getVport()
Get VPC port.
|
String |
getWanDomain()
Get Specifies the public network domain name.
|
String |
getWanIP()
Get Public IP address
|
Long |
getWanPort()
Get Public network port.
|
String |
getWanStatus()
Get Public network enabled status.
|
void |
setInstanceGroupId(String InstanceGroupId)
Set Instance group ID
|
void |
setInstanceGroupType(String InstanceGroupType)
Set Network type.
|
void |
setNetType(Long NetType)
Set Network type.
|
void |
setSubnetId(String SubnetId)
Set Specifies the subnet ID.
|
void |
setVip(String Vip)
Set VPC IP.
|
void |
setVpcId(String VpcId)
Set Specifies the virtual private cloud ID.
|
void |
setVport(Long Vport)
Set VPC port.
|
void |
setWanDomain(String WanDomain)
Set Specifies the public network domain name.
|
void |
setWanIP(String WanIP)
Set Public IP address
|
void |
setWanPort(Long WanPort)
Set Public network port.
|
void |
setWanStatus(String WanStatus)
Set Public network enabled status.
|
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 InstanceNetInfo()
public InstanceNetInfo(InstanceNetInfo source)
public String getInstanceGroupType()
public void setInstanceGroupType(String InstanceGroupType)
InstanceGroupType
- Network type.public String getInstanceGroupId()
public void setInstanceGroupId(String InstanceGroupId)
InstanceGroupId
- Instance group IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Specifies the virtual private cloud ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Specifies the subnet ID.public Long getNetType()
public void setNetType(Long NetType)
NetType
- Network type. valid values: 0 (basic network), 1 (vpc network), 2 (blackstone network).public String getVip()
public void setVip(String Vip)
Vip
- VPC IP.public Long getVport()
public void setVport(Long Vport)
Vport
- VPC port.public String getWanDomain()
public void setWanDomain(String WanDomain)
WanDomain
- Specifies the public network domain name.public String getWanIP()
public void setWanIP(String WanIP)
WanIP
- Public IP addresspublic Long getWanPort()
public void setWanPort(Long WanPort)
WanPort
- Public network port.public String getWanStatus()
public void setWanStatus(String WanStatus)
WanStatus
- Public network enabled status.Copyright © 2025. All rights reserved.