public static class ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
assignedCidrCount
The number of used prefixes in the reserved CIDR block.
|
Integer |
availableCidrCount
The number of available prefixes in the reserved CIDR block.
|
String |
creationTime
The time when the reserved CIDR block was created.
|
String |
ipVersion
The IP version of the reserved CIDR block.
|
String |
status
The status of the reserved CIDR block.
|
List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservationsTags> |
tags
The tags.
|
String |
type
The type of the reserved CIDR block.
|
String |
vpcId
The virtual private cloud (VPC) to which the reserved CIDR block belongs.
|
String |
vSwitchCidrReservationCidr
The reserved CIDR block.
|
String |
vSwitchCidrReservationDescription
The description of the reserved CIDR block.
|
String |
vSwitchCidrReservationId
The ID of the reserved CIDR block.
|
String |
vSwitchCidrReservationName
The name of the reserved CIDR block.
|
String |
vSwitchId
The ID of the vSwitch to which the reserved CIDR block belongs.
|
构造器和说明 |
---|
ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations() |
@NameInMap(value="AssignedCidrCount") public Integer assignedCidrCount
The number of used prefixes in the reserved CIDR block.
example:6
@NameInMap(value="AvailableCidrCount") public Integer availableCidrCount
The number of available prefixes in the reserved CIDR block.
example:10
@NameInMap(value="CreationTime") public String creationTime
The time when the reserved CIDR block was created.
example:2023-03-14T10:02:37Z
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the reserved CIDR block. Valid values:
IPv4
@NameInMap(value="Status") public String status
The status of the reserved CIDR block. Valid values:
Assigned
@NameInMap(value="Tags") public List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservationsTags> tags
The tags.
@NameInMap(value="Type") public String type
The type of the reserved CIDR block. Valid value: prefix. CIDR blocks are allocated from the reserved CIDR block.
example:prefix
@NameInMap(value="VSwitchCidrReservationCidr") public String vSwitchCidrReservationCidr
The reserved CIDR block.
example:192.168.1.64/28
@NameInMap(value="VSwitchCidrReservationDescription") public String vSwitchCidrReservationDescription
The description of the reserved CIDR block.
example:ReservationDescription
@NameInMap(value="VSwitchCidrReservationId") public String vSwitchCidrReservationId
The ID of the reserved CIDR block.
example:vcr-bp1m12saqteraw3rp****
@NameInMap(value="VSwitchCidrReservationName") public String vSwitchCidrReservationName
The name of the reserved CIDR block.
example:ReservationName
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch to which the reserved CIDR block belongs.
example:vsw-25navfgbue4g****
@NameInMap(value="VpcId") public String vpcId
The virtual private cloud (VPC) to which the reserved CIDR block belongs.
example:vpc-bp1wdz2pdhgurz1od****
public ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations()
public static ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations build(Map<String,?> map) throws Exception
Exception
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setAssignedCidrCount(Integer assignedCidrCount)
public Integer getAssignedCidrCount()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setAvailableCidrCount(Integer availableCidrCount)
public Integer getAvailableCidrCount()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setCreationTime(String creationTime)
public String getCreationTime()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setIpVersion(String ipVersion)
public String getIpVersion()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setStatus(String status)
public String getStatus()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setTags(List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservationsTags> tags)
public List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservationsTags> getTags()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setType(String type)
public String getType()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVSwitchCidrReservationCidr(String vSwitchCidrReservationCidr)
public String getVSwitchCidrReservationCidr()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVSwitchCidrReservationDescription(String vSwitchCidrReservationDescription)
public String getVSwitchCidrReservationDescription()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVSwitchCidrReservationId(String vSwitchCidrReservationId)
public String getVSwitchCidrReservationId()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVSwitchCidrReservationName(String vSwitchCidrReservationName)
public String getVSwitchCidrReservationName()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVSwitchId(String vSwitchId)
public String getVSwitchId()
public ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.