public class OpenPhysicalConnectionServiceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the Express Connect circuit is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
OpenPhysicalConnectionServiceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static OpenPhysicalConnectionServiceRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
OpenPhysicalConnectionServiceRequest |
setOwnerAccount(String ownerAccount) |
OpenPhysicalConnectionServiceRequest |
setOwnerId(Long ownerId) |
OpenPhysicalConnectionServiceRequest |
setRegionId(String regionId) |
OpenPhysicalConnectionServiceRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
OpenPhysicalConnectionServiceRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Express Connect circuit is deployed.
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 OpenPhysicalConnectionServiceRequest build(Map<String,?> map) throws Exception
Exception
public OpenPhysicalConnectionServiceRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public OpenPhysicalConnectionServiceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public OpenPhysicalConnectionServiceRequest setRegionId(String regionId)
public String getRegionId()
public OpenPhysicalConnectionServiceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public OpenPhysicalConnectionServiceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.