public class Ipv6Address extends AbstractModel
header, skipSign
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 EIP instance ID, such as `eip-hxlqja90`.
|
String |
getDescription()
Get Description.
|
Boolean |
getIsWanIpBlocked()
Get Whether the public IP is blocked.
|
Boolean |
getPrimary()
Get Whether it is the primary IP.
|
String |
getState()
Get IPv6 address status:
PENDING: generating
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 EIP instance ID, such as `eip-hxlqja90`.
|
void |
setDescription(String Description)
Set Description.
|
void |
setIsWanIpBlocked(Boolean IsWanIpBlocked)
Set Whether the public IP is blocked.
|
void |
setPrimary(Boolean Primary)
Set Whether it is the primary IP.
|
void |
setState(String State)
Set IPv6 address status:
PENDING: generating
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 the primary IP.public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- EIP instance ID, such as `eip-hxlqja90`.public String getDescription()
public void setDescription(String Description)
Description
- Description.public 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:
PENDING: generating
MIGRATING: migrating
DELETING: deleting
AVAILABLE: availableCopyright © 2024. All rights reserved.