Class ModifyIpv6AddressesAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyIpv6AddressesAttributeRequest
-
public class ModifyIpv6AddressesAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyIpv6AddressesAttributeRequest()
ModifyIpv6AddressesAttributeRequest(ModifyIpv6AddressesAttributeRequest 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 String
getEcmRegion()
Get ECM 地域Ipv6Address[]
getIpv6Addresses()
Get 指定的IPv6地址信息。String
getNetworkInterfaceId()
Get 弹性网卡实例ID,形如:eni-m6dyj72l。void
setEcmRegion(String EcmRegion)
Set ECM 地域void
setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Set 指定的IPv6地址信息。void
setNetworkInterfaceId(String NetworkInterfaceId)
Set 弹性网卡实例ID,形如:eni-m6dyj72l。void
toMap(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
-
ModifyIpv6AddressesAttributeRequest
public ModifyIpv6AddressesAttributeRequest()
-
ModifyIpv6AddressesAttributeRequest
public ModifyIpv6AddressesAttributeRequest(ModifyIpv6AddressesAttributeRequest 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
-
getEcmRegion
public String getEcmRegion()
Get ECM 地域- Returns:
- EcmRegion ECM 地域
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM 地域- Parameters:
EcmRegion
- ECM 地域
-
getNetworkInterfaceId
public String getNetworkInterfaceId()
Get 弹性网卡实例ID,形如:eni-m6dyj72l。- Returns:
- NetworkInterfaceId 弹性网卡实例ID,形如:eni-m6dyj72l。
-
setNetworkInterfaceId
public void setNetworkInterfaceId(String NetworkInterfaceId)
Set 弹性网卡实例ID,形如:eni-m6dyj72l。- Parameters:
NetworkInterfaceId
- 弹性网卡实例ID,形如:eni-m6dyj72l。
-
getIpv6Addresses
public Ipv6Address[] getIpv6Addresses()
Get 指定的IPv6地址信息。- Returns:
- Ipv6Addresses 指定的IPv6地址信息。
-
setIpv6Addresses
public void setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Set 指定的IPv6地址信息。- Parameters:
Ipv6Addresses
- 指定的IPv6地址信息。
-
-