public class NetworkAccess extends AbstractModel
Constructor and Description |
---|
NetworkAccess() |
NetworkAccess(NetworkAccess 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 |
getResourceId()
Get Network resource ID, instance ID, or RO group ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getResourceType()
Get Resource type.
|
String |
getSubnetId()
Get Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getVip()
Get IPv4 address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getVip6()
Get IPv6 address
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 |
getVpcStatus()
Get Network status.
|
Long |
getVport()
Get Access port
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setResourceId(String ResourceId)
Set Network resource ID, instance ID, or RO group ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setResourceType(Long ResourceType)
Set Resource type.
|
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 IPv4 address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setVip6(String Vip6)
Set IPv6 address
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 |
setVpcStatus(Long VpcStatus)
Set Network status.
|
void |
setVport(Long Vport)
Set Access port
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 NetworkAccess()
public NetworkAccess(NetworkAccess source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Network resource ID, instance ID, or RO group ID
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType
- Resource type. Valid values: `1` (instance), `2` (RO group)
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 getVip()
public void setVip(String Vip)
Vip
- IPv4 address
Note: this field may return `null`, indicating that no valid values can be obtained.public String getVip6()
public void setVip6(String Vip6)
Vip6
- IPv6 address
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getVport()
public void setVport(Long Vport)
Vport
- Access port
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 getVpcStatus()
public void setVpcStatus(Long VpcStatus)
VpcStatus
- Network status. Valid values: `1` (applying), `2` (in use), `3` (deleting), `4` (deleted)
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.