public class DescribeEipGatewayInfoRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the secondary ENI that is associated with the EIP.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region to which the EIP that you want to query belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeEipGatewayInfoRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeEipGatewayInfoRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeEipGatewayInfoRequest |
setInstanceId(String instanceId) |
DescribeEipGatewayInfoRequest |
setOwnerAccount(String ownerAccount) |
DescribeEipGatewayInfoRequest |
setOwnerId(Long ownerId) |
DescribeEipGatewayInfoRequest |
setRegionId(String regionId) |
DescribeEipGatewayInfoRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeEipGatewayInfoRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the secondary ENI that is associated with the EIP.
This parameter is required.
example:eni-bp1d66qjxb3qoin3****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region to which the EIP that you want to query belongs. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-zhangjiakou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribeEipGatewayInfoRequest build(Map<String,?> map) throws Exception
Exception
public DescribeEipGatewayInfoRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeEipGatewayInfoRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeEipGatewayInfoRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeEipGatewayInfoRequest setRegionId(String regionId)
public String getRegionId()
public DescribeEipGatewayInfoRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeEipGatewayInfoRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.