public class AllocateIpv6InternetBandwidthResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
internetBandwidthId
The ID of the Internet bandwidth that you purchased for the IPv6 gateway.
|
String |
ipv6AddressId
The ID of the IPv6 address.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
AllocateIpv6InternetBandwidthResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateIpv6InternetBandwidthResponseBody |
build(Map<String,?> map) |
String |
getInternetBandwidthId() |
String |
getIpv6AddressId() |
String |
getRequestId() |
AllocateIpv6InternetBandwidthResponseBody |
setInternetBandwidthId(String internetBandwidthId) |
AllocateIpv6InternetBandwidthResponseBody |
setIpv6AddressId(String ipv6AddressId) |
AllocateIpv6InternetBandwidthResponseBody |
setRequestId(String requestId) |
@NameInMap(value="InternetBandwidthId") public String internetBandwidthId
The ID of the Internet bandwidth that you purchased for the IPv6 gateway.
example:ipv6bw-uf6hcyzu65v98v3du****
@NameInMap(value="Ipv6AddressId") public String ipv6AddressId
The ID of the IPv6 address.
example:ipv6-2zen5j4axcp5l5qyy****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:6972A26E-99B1-4367-9890-FBDEBB0F5E7D
public AllocateIpv6InternetBandwidthResponseBody()
public static AllocateIpv6InternetBandwidthResponseBody build(Map<String,?> map) throws Exception
Exception
public AllocateIpv6InternetBandwidthResponseBody setInternetBandwidthId(String internetBandwidthId)
public String getInternetBandwidthId()
public AllocateIpv6InternetBandwidthResponseBody setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public AllocateIpv6InternetBandwidthResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.