public class Network extends AbstractModel
header, skipSign
Constructor and Description |
---|
Network() |
Network(Network 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 |
getPort()
Get VPC port address.
|
String |
getSubnetId()
Get vpc subnet id
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVIP()
Get VPC IP address.
|
String |
getVpcId()
Get vpc id
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPort(Long Port)
Set VPC port address.
|
void |
setSubnetId(String SubnetId)
Set vpc subnet id
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVIP(String VIP)
Set VPC IP address.
|
void |
setVpcId(String VpcId)
Set vpc id
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Network()
public Network(Network source)
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
- vpc subnet id
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 address.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port
- VPC port address.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.