public class UnassociateEipAddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
This parameter is required.
|
String |
instanceId
This parameter is required.
|
String |
instanceType |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UnassociateEipAddressRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateEipAddressRequest |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getInstanceId() |
String |
getInstanceType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
UnassociateEipAddressRequest |
setAllocationId(String allocationId) |
UnassociateEipAddressRequest |
setInstanceId(String instanceId) |
UnassociateEipAddressRequest |
setInstanceType(String instanceType) |
UnassociateEipAddressRequest |
setOwnerAccount(String ownerAccount) |
UnassociateEipAddressRequest |
setOwnerId(Long ownerId) |
UnassociateEipAddressRequest |
setRegionId(String regionId) |
UnassociateEipAddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UnassociateEipAddressRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AllocationId") public String allocationId
This parameter is required.
@NameInMap(value="InstanceId") public String instanceId
This parameter is required.
@NameInMap(value="InstanceType") public String instanceType
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static UnassociateEipAddressRequest build(Map<String,?> map) throws Exception
Exception
public UnassociateEipAddressRequest setAllocationId(String allocationId)
public String getAllocationId()
public UnassociateEipAddressRequest setInstanceId(String instanceId)
public String getInstanceId()
public UnassociateEipAddressRequest setInstanceType(String instanceType)
public String getInstanceType()
public UnassociateEipAddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociateEipAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociateEipAddressRequest setRegionId(String regionId)
public String getRegionId()
public UnassociateEipAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociateEipAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.