public class DescribeGlobalAccelerationInstancesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthType
The bandwidth type of the GA instance.
|
String |
globalAccelerationInstanceId
The ID of the GA instance.
|
Boolean |
includeReservationData
Specifies whether to return information about pending orders.
|
String |
ipAddress
The public IP address of the GA instance.
|
String |
name
The name of the GA instance.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The region ID of the GA instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
serverId
The ID of the backend service instance.
|
String |
serviceLocation
The region of the backend service.
|
String |
status
The status of the GA instance.
|
构造器和说明 |
---|
DescribeGlobalAccelerationInstancesRequest() |
@NameInMap(value="BandwidthType") public String bandwidthType
The bandwidth type of the GA instance. Valid values:
Exclusive
@NameInMap(value="GlobalAccelerationInstanceId") public String globalAccelerationInstanceId
The ID of the GA instance.
example:ga-234sljmxaz****
@NameInMap(value="IncludeReservationData") public Boolean includeReservationData
Specifies whether to return information about pending orders. Valid values:
false
@NameInMap(value="IpAddress") public String ipAddress
The public IP address of the GA instance.
example:12.xx.xx.78
@NameInMap(value="Name") public String name
The name of the GA instance.
example:GA-1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Default value: 1.
example:10
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 100. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the GA instance. 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="ServerId") public String serverId
The ID of the backend service instance.
example:i-sxjblddejj9x****
@NameInMap(value="ServiceLocation") public String serviceLocation
The region of the backend service. Valid values:
china-mainland
@NameInMap(value="Status") public String status
The status of the GA instance. Valid values:
Available
public DescribeGlobalAccelerationInstancesRequest()
public static DescribeGlobalAccelerationInstancesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeGlobalAccelerationInstancesRequest setBandwidthType(String bandwidthType)
public String getBandwidthType()
public DescribeGlobalAccelerationInstancesRequest setGlobalAccelerationInstanceId(String globalAccelerationInstanceId)
public String getGlobalAccelerationInstanceId()
public DescribeGlobalAccelerationInstancesRequest setIncludeReservationData(Boolean includeReservationData)
public Boolean getIncludeReservationData()
public DescribeGlobalAccelerationInstancesRequest setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeGlobalAccelerationInstancesRequest setName(String name)
public String getName()
public DescribeGlobalAccelerationInstancesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeGlobalAccelerationInstancesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeGlobalAccelerationInstancesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeGlobalAccelerationInstancesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeGlobalAccelerationInstancesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeGlobalAccelerationInstancesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeGlobalAccelerationInstancesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeGlobalAccelerationInstancesRequest setServerId(String serverId)
public String getServerId()
public DescribeGlobalAccelerationInstancesRequest setServiceLocation(String serviceLocation)
public String getServiceLocation()
public DescribeGlobalAccelerationInstancesRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.