public class Ipv6Address extends AbstractModel
Constructor and Description |
---|
Ipv6Address() |
Ipv6Address(Ipv6Address 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 |
getAddress()
Get `IPv6` address, such as `3402:4e00:20:100:0:8cd9:2a67:71f3`
|
String |
getAddressId()
Get The `ID` of the `EIP` instance, such as `eip-hxlqja90`.
|
String |
getDescription()
Get Message description
|
Boolean |
getIsWanIpBlocked()
Get Whether the public IP is blocked.
|
Boolean |
getPrimary()
Get Whether it is a primary `IP`.
|
String |
getState()
Get `IPv6` address status:
`PENDING`: Creating
`MIGRATING`: Migrating
`DELETING`: Deleting
`AVAILABLE`: Available
|
void |
setAddress(String Address)
Set `IPv6` address, such as `3402:4e00:20:100:0:8cd9:2a67:71f3`
|
void |
setAddressId(String AddressId)
Set The `ID` of the `EIP` instance, such as `eip-hxlqja90`.
|
void |
setDescription(String Description)
Set Message description
|
void |
setIsWanIpBlocked(Boolean IsWanIpBlocked)
Set Whether the public IP is blocked.
|
void |
setPrimary(Boolean Primary)
Set Whether it is a primary `IP`.
|
void |
setState(String State)
Set `IPv6` address status:
`PENDING`: Creating
`MIGRATING`: Migrating
`DELETING`: Deleting
`AVAILABLE`: Available
|
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 Ipv6Address()
public Ipv6Address(Ipv6Address source)
public String getAddress()
public void setAddress(String Address)
Address
- `IPv6` address, such as `3402:4e00:20:100:0:8cd9:2a67:71f3`public Boolean getPrimary()
public void setPrimary(Boolean Primary)
Primary
- Whether it is a primary `IP`.public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- The `ID` of the `EIP` instance, such as `eip-hxlqja90`.public String getDescription()
public void setDescription(String Description)
Description
- Message descriptionpublic Boolean getIsWanIpBlocked()
public void setIsWanIpBlocked(Boolean IsWanIpBlocked)
IsWanIpBlocked
- Whether the public IP is blocked.public String getState()
public void setState(String State)
State
- `IPv6` address status:
Copyright © 2021. All rights reserved.