public class ListVSwitchCidrReservationsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListVSwitchCidrReservationsRequest.ListVSwitchCidrReservationsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
String |
ipVersion
The IP version of the reserved CIDR block.
|
Long |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the vSwitch.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<ListVSwitchCidrReservationsRequest.ListVSwitchCidrReservationsRequestTags> |
tags
The tags.
|
List<String> |
vSwitchCidrReservationIds
The ID of the reserved CIDR block.
|
String |
vSwitchCidrReservationType
The type of the reserved CIDR block.
|
String |
vSwitchId
The ID of the vSwitch for which you want to query reserved CIDR blocks.
|
构造器和说明 |
---|
ListVSwitchCidrReservationsRequest() |
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the reserved CIDR block. Valid values:
IPv4
@NameInMap(value="MaxResults") public Long maxResults
The number of entries to return on each page. Valid values: 1 to 100. Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the vSwitch.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tags") public List<ListVSwitchCidrReservationsRequest.ListVSwitchCidrReservationsRequestTags> tags
The tags.
@NameInMap(value="VSwitchCidrReservationIds") public List<String> vSwitchCidrReservationIds
The ID of the reserved CIDR block. You can specify at most 10 IDs.
@NameInMap(value="VSwitchCidrReservationType") public String vSwitchCidrReservationType
The type of the reserved CIDR block. Set the value to prefix.
example:When you allocate CIDR blocks, or enable the service to automatically allocate CIDR blocks to elastic network interfaces (ENIs), the CIDR blocks to allocate must fall into the reserved CIDR block. If the reserved CIDR is exhausted, an error message is returned.
prefix
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch for which you want to query reserved CIDR blocks.
example:vsw-25navfgbue4g****
public static ListVSwitchCidrReservationsRequest build(Map<String,?> map) throws Exception
Exception
public ListVSwitchCidrReservationsRequest setIpVersion(String ipVersion)
public String getIpVersion()
public ListVSwitchCidrReservationsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListVSwitchCidrReservationsRequest setNextToken(String nextToken)
public String getNextToken()
public ListVSwitchCidrReservationsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListVSwitchCidrReservationsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListVSwitchCidrReservationsRequest setRegionId(String regionId)
public String getRegionId()
public ListVSwitchCidrReservationsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListVSwitchCidrReservationsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListVSwitchCidrReservationsRequest setTags(List<ListVSwitchCidrReservationsRequest.ListVSwitchCidrReservationsRequestTags> tags)
public List<ListVSwitchCidrReservationsRequest.ListVSwitchCidrReservationsRequestTags> getTags()
public ListVSwitchCidrReservationsRequest setVSwitchCidrReservationIds(List<String> vSwitchCidrReservationIds)
public ListVSwitchCidrReservationsRequest setVSwitchCidrReservationType(String vSwitchCidrReservationType)
public String getVSwitchCidrReservationType()
public ListVSwitchCidrReservationsRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.