public static class GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipPrefixCidr
The CIDR block allocated to the ENI from the reserved CIDR block.
|
String |
ipPrefixId
The ID of the reserved CIDR block.
|
String |
resourceId
The ID of the elastic network interface (ENI) whose CIDR block is allocated from the reserved CIDR block.
|
String |
resourceType
The type of the resource to which a CIDR block is allocated from the reserved CIDR block.
|
String |
vSwitchCidrReservationId
The ID of the reserved CIDR block.
|
String |
vSwitchId
The ID of the vSwitch to which the reserved CIDR block belongs.
|
构造器和说明 |
---|
GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages() |
@NameInMap(value="IpPrefixCidr") public String ipPrefixCidr
The CIDR block allocated to the ENI from the reserved CIDR block.
example:192.168.1.64/28
@NameInMap(value="IpPrefixId") public String ipPrefixId
The ID of the reserved CIDR block.
example:vcr-bp1m12saqteraw3rp****
@NameInMap(value="ResourceId") public String resourceId
The ID of the elastic network interface (ENI) whose CIDR block is allocated from the reserved CIDR block.
example:eni-bp14v2sdd3v8htln****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource to which a CIDR block is allocated from the reserved CIDR block. Only NetworkInterface may be returned, which indicates an ENI.
example:NetworkInterface
@NameInMap(value="VSwitchCidrReservationId") public String vSwitchCidrReservationId
The ID of the reserved CIDR block.
example:vcr-bp1m12saqteraw3rp****
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch to which the reserved CIDR block belongs.
example:vsw-25navfgbue4g****
public GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages()
public static GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages build(Map<String,?> map) throws Exception
Exception
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setIpPrefixCidr(String ipPrefixCidr)
public String getIpPrefixCidr()
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setIpPrefixId(String ipPrefixId)
public String getIpPrefixId()
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setResourceId(String resourceId)
public String getResourceId()
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setResourceType(String resourceType)
public String getResourceType()
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setVSwitchCidrReservationId(String vSwitchCidrReservationId)
public String getVSwitchCidrReservationId()
public GetVSwitchCidrReservationUsageResponseBody.GetVSwitchCidrReservationUsageResponseBodyCidrReservationUsages setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.