public class DescribeServerRelatedGlobalAccelerationInstancesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the GA instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
serverId
The ID of the backend service instance.
|
String |
serverType
The type of the backend service instance.
|
构造器和说明 |
---|
DescribeServerRelatedGlobalAccelerationInstancesRequest() |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@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.
This parameter is required.
example:i-12s3sdf****
@NameInMap(value="ServerType") public String serverType
The type of the backend service instance. Valid values:
EcsInstance
public DescribeServerRelatedGlobalAccelerationInstancesRequest()
public static DescribeServerRelatedGlobalAccelerationInstancesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeServerRelatedGlobalAccelerationInstancesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setServerId(String serverId)
public String getServerId()
public DescribeServerRelatedGlobalAccelerationInstancesRequest setServerType(String serverType)
public String getServerType()
Copyright © 2024. All rights reserved.