Class Ipv6Address
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.Ipv6Address
-
public class Ipv6Address extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Get `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`StringgetAddressId()Get `EIP`实例`ID`,形如:`eip-hxlqja90`。StringgetDescription()Get 描述信息。BooleangetIsWanIpBlocked()Get 公网IP是否被封堵。BooleangetPrimary()Get 是否是主`IP`。StringgetState()Get `IPv6`地址状态: `PENDING`:生产中 `MIGRATING`:迁移中 `DELETING`:删除中 `AVAILABLE`:可用的voidsetAddress(String Address)Set `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`voidsetAddressId(String AddressId)Set `EIP`实例`ID`,形如:`eip-hxlqja90`。voidsetDescription(String Description)Set 描述信息。voidsetIsWanIpBlocked(Boolean IsWanIpBlocked)Set 公网IP是否被封堵。voidsetPrimary(Boolean Primary)Set 是否是主`IP`。voidsetState(String State)Set `IPv6`地址状态: `PENDING`:生产中 `MIGRATING`:迁移中 `DELETING`:删除中 `AVAILABLE`:可用的voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Ipv6Address
public Ipv6Address()
-
Ipv6Address
public 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.
-
-
Method Detail
-
getAddress
public String getAddress()
Get `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`- Returns:
- Address `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`
-
setAddress
public void setAddress(String Address)
Set `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`- Parameters:
Address- `IPv6`地址,形如:`3402:4e00:20:100:0:8cd9:2a67:71f3`
-
getPrimary
public Boolean getPrimary()
Get 是否是主`IP`。- Returns:
- Primary 是否是主`IP`。
-
setPrimary
public void setPrimary(Boolean Primary)
Set 是否是主`IP`。- Parameters:
Primary- 是否是主`IP`。
-
getAddressId
public String getAddressId()
Get `EIP`实例`ID`,形如:`eip-hxlqja90`。- Returns:
- AddressId `EIP`实例`ID`,形如:`eip-hxlqja90`。
-
setAddressId
public void setAddressId(String AddressId)
Set `EIP`实例`ID`,形如:`eip-hxlqja90`。- Parameters:
AddressId- `EIP`实例`ID`,形如:`eip-hxlqja90`。
-
getDescription
public String getDescription()
Get 描述信息。- Returns:
- Description 描述信息。
-
setDescription
public void setDescription(String Description)
Set 描述信息。- Parameters:
Description- 描述信息。
-
getIsWanIpBlocked
public Boolean getIsWanIpBlocked()
Get 公网IP是否被封堵。- Returns:
- IsWanIpBlocked 公网IP是否被封堵。
-
setIsWanIpBlocked
public void setIsWanIpBlocked(Boolean IsWanIpBlocked)
Set 公网IP是否被封堵。- Parameters:
IsWanIpBlocked- 公网IP是否被封堵。
-
getState
public String getState()
Get `IPv6`地址状态:- `PENDING`:生产中
- `MIGRATING`:迁移中
- `DELETING`:删除中
- `AVAILABLE`:可用的
- Returns:
- State `IPv6`地址状态:
- `PENDING`:生产中
- `MIGRATING`:迁移中
- `DELETING`:删除中
- `AVAILABLE`:可用的
-
setState
public void setState(String State)
Set `IPv6`地址状态:- `PENDING`:生产中
- `MIGRATING`:迁移中
- `DELETING`:删除中
- `AVAILABLE`:可用的
- Parameters:
State- `IPv6`地址状态:- `PENDING`:生产中
- `MIGRATING`:迁移中
- `DELETING`:删除中
- `AVAILABLE`:可用的
-
-