public class DescribeCustomerGatewaysRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCustomerGatewaysRequest.DescribeCustomerGatewaysRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
customerGatewayId
The ID of the customer gateway.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The ID of the region where the customer gateway is deployed.
|
String |
resourceGroupId
The ID of the resource group to which the customer gateway belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeCustomerGatewaysRequest.DescribeCustomerGatewaysRequestTag> |
tag
The tags to be added to the customer gateway.
|
构造器和说明 |
---|
DescribeCustomerGatewaysRequest() |
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The ID of the customer gateway.
example:If you do not specify a customer gateway ID, the system queries all customer gateways in the current region by default.
cgw-bp1pvpl9r9adju6l5****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where the customer gateway is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the customer gateway belongs.
You can call the ListResourceGroups operation to query the resource group list.
example:rg-acfmzs372yg****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeCustomerGatewaysRequest.DescribeCustomerGatewaysRequestTag> tag
The tags to be added to the customer gateway.
public static DescribeCustomerGatewaysRequest build(Map<String,?> map) throws Exception
Exception
public DescribeCustomerGatewaysRequest setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DescribeCustomerGatewaysRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeCustomerGatewaysRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeCustomerGatewaysRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeCustomerGatewaysRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeCustomerGatewaysRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCustomerGatewaysRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeCustomerGatewaysRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeCustomerGatewaysRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeCustomerGatewaysRequest setTag(List<DescribeCustomerGatewaysRequest.DescribeCustomerGatewaysRequestTag> tag)
public List<DescribeCustomerGatewaysRequest.DescribeCustomerGatewaysRequestTag> getTag()
Copyright © 2024. All rights reserved.