public class GetVSwitchCidrReservationUsageRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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 |
String |
vSwitchCidrReservationId
The ID of the reserved CIDR block.
|
构造器和说明 |
---|
GetVSwitchCidrReservationUsageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetVSwitchCidrReservationUsageRequest |
build(Map<String,?> map) |
Long |
getMaxResults() |
String |
getNextToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVSwitchCidrReservationId() |
GetVSwitchCidrReservationUsageRequest |
setMaxResults(Long maxResults) |
GetVSwitchCidrReservationUsageRequest |
setNextToken(String nextToken) |
GetVSwitchCidrReservationUsageRequest |
setOwnerAccount(String ownerAccount) |
GetVSwitchCidrReservationUsageRequest |
setOwnerId(Long ownerId) |
GetVSwitchCidrReservationUsageRequest |
setRegionId(String regionId) |
GetVSwitchCidrReservationUsageRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetVSwitchCidrReservationUsageRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetVSwitchCidrReservationUsageRequest |
setVSwitchCidrReservationId(String vSwitchCidrReservationId) |
@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="VSwitchCidrReservationId") public String vSwitchCidrReservationId
The ID of the reserved CIDR block.
This parameter is required.
example:vcr-bp1m12saqteraw3rp****
public static GetVSwitchCidrReservationUsageRequest build(Map<String,?> map) throws Exception
Exception
public GetVSwitchCidrReservationUsageRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public GetVSwitchCidrReservationUsageRequest setNextToken(String nextToken)
public String getNextToken()
public GetVSwitchCidrReservationUsageRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetVSwitchCidrReservationUsageRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetVSwitchCidrReservationUsageRequest setRegionId(String regionId)
public String getRegionId()
public GetVSwitchCidrReservationUsageRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetVSwitchCidrReservationUsageRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetVSwitchCidrReservationUsageRequest setVSwitchCidrReservationId(String vSwitchCidrReservationId)
public String getVSwitchCidrReservationId()
Copyright © 2024. All rights reserved.