public class ReleaseEipSegmentAddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the contiguous EIPs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
segmentInstanceId
The ID of the contiguous EIP group to be released.
|
构造器和说明 |
---|
ReleaseEipSegmentAddressRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ReleaseEipSegmentAddressRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSegmentInstanceId() |
ReleaseEipSegmentAddressRequest |
setClientToken(String clientToken) |
ReleaseEipSegmentAddressRequest |
setOwnerAccount(String ownerAccount) |
ReleaseEipSegmentAddressRequest |
setOwnerId(Long ownerId) |
ReleaseEipSegmentAddressRequest |
setRegionId(String regionId) |
ReleaseEipSegmentAddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ReleaseEipSegmentAddressRequest |
setResourceOwnerId(Long resourceOwnerId) |
ReleaseEipSegmentAddressRequest |
setSegmentInstanceId(String segmentInstanceId) |
@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 token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
02fb3da4-130e-11e9-8e44-001sdfg
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the contiguous EIPs. 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="SegmentInstanceId") public String segmentInstanceId
The ID of the contiguous EIP group to be released.
The system releases all EIPs in the group.
This parameter is required.
example:eipsg-2zett8ba055tbsxme****
public static ReleaseEipSegmentAddressRequest build(Map<String,?> map) throws Exception
Exception
public ReleaseEipSegmentAddressRequest setClientToken(String clientToken)
public String getClientToken()
public ReleaseEipSegmentAddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ReleaseEipSegmentAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ReleaseEipSegmentAddressRequest setRegionId(String regionId)
public String getRegionId()
public ReleaseEipSegmentAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ReleaseEipSegmentAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ReleaseEipSegmentAddressRequest setSegmentInstanceId(String segmentInstanceId)
public String getSegmentInstanceId()
Copyright © 2024. All rights reserved.