public class DescribePhysicalConnectionLOARequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
instanceId
The ID of the Express Connect circuit.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribePhysicalConnectionLOARequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribePhysicalConnectionLOARequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribePhysicalConnectionLOARequest |
setClientToken(String clientToken) |
DescribePhysicalConnectionLOARequest |
setInstanceId(String instanceId) |
DescribePhysicalConnectionLOARequest |
setOwnerAccount(String ownerAccount) |
DescribePhysicalConnectionLOARequest |
setOwnerId(Long ownerId) |
DescribePhysicalConnectionLOARequest |
setRegionId(String regionId) |
DescribePhysicalConnectionLOARequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePhysicalConnectionLOARequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId may be different for each API request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="InstanceId") public String instanceId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-bp1ca4wca27ex****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the Express Connect circuit.
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
public static DescribePhysicalConnectionLOARequest build(Map<String,?> map) throws Exception
Exception
public DescribePhysicalConnectionLOARequest setClientToken(String clientToken)
public String getClientToken()
public DescribePhysicalConnectionLOARequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribePhysicalConnectionLOARequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribePhysicalConnectionLOARequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePhysicalConnectionLOARequest setRegionId(String regionId)
public String getRegionId()
public DescribePhysicalConnectionLOARequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePhysicalConnectionLOARequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.