public class DescribeCommonBandwidthPackagesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCommonBandwidthPackagesRequest.DescribeCommonBandwidthPackagesRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
|
Boolean |
dryRun
Specifies whether to perform a dry run, without performing the actual request.
|
Boolean |
includeReservationData
Specifies whether to return the information about pending orders.
|
String |
name
The name of the Internet Shared Bandwidth instance.
|
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 Internet Shared Bandwidth instance resides.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Boolean |
securityProtectionEnabled
Specifies whether to enable Anti-DDoS Pro/Premium.
|
List<DescribeCommonBandwidthPackagesRequest.DescribeCommonBandwidthPackagesRequestTag> |
tag
The tags to add to the Internet Shared Bandwidth instance.
|
构造器和说明 |
---|
DescribeCommonBandwidthPackagesRequest() |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
example:cbwp-2ze2ic1xd2qeqk145****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="IncludeReservationData") public Boolean includeReservationData
Specifies whether to return the information about pending orders. Valid values:
false
@NameInMap(value="Name") public String name
The name of the Internet Shared Bandwidth instance.
example:test123
@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. Valid values: 1 to 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Internet Shared Bandwidth instance resides.
You can call the DescribeRegions operation to query the region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
example:rg-acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SecurityProtectionEnabled") public Boolean securityProtectionEnabled
Specifies whether to enable Anti-DDoS Pro/Premium. Valid values:
false
@NameInMap(value="Tag") public List<DescribeCommonBandwidthPackagesRequest.DescribeCommonBandwidthPackagesRequestTag> tag
The tags to add to the Internet Shared Bandwidth instance.
public static DescribeCommonBandwidthPackagesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeCommonBandwidthPackagesRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public DescribeCommonBandwidthPackagesRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeCommonBandwidthPackagesRequest setIncludeReservationData(Boolean includeReservationData)
public Boolean getIncludeReservationData()
public DescribeCommonBandwidthPackagesRequest setName(String name)
public String getName()
public DescribeCommonBandwidthPackagesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeCommonBandwidthPackagesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeCommonBandwidthPackagesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeCommonBandwidthPackagesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeCommonBandwidthPackagesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCommonBandwidthPackagesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeCommonBandwidthPackagesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeCommonBandwidthPackagesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeCommonBandwidthPackagesRequest setSecurityProtectionEnabled(Boolean securityProtectionEnabled)
public Boolean getSecurityProtectionEnabled()
public DescribeCommonBandwidthPackagesRequest setTag(List<DescribeCommonBandwidthPackagesRequest.DescribeCommonBandwidthPackagesRequestTag> tag)
public List<DescribeCommonBandwidthPackagesRequest.DescribeCommonBandwidthPackagesRequestTag> getTag()
Copyright © 2024. All rights reserved.