public class DeleteIpv6EgressOnlyRuleRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ipv6EgressOnlyRuleId
The ID of the egress-only rule that you want to delete.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv6 gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteIpv6EgressOnlyRuleRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIpv6EgressOnlyRuleRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getIpv6EgressOnlyRuleId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteIpv6EgressOnlyRuleRequest |
setClientToken(String clientToken) |
DeleteIpv6EgressOnlyRuleRequest |
setIpv6EgressOnlyRuleId(String ipv6EgressOnlyRuleId) |
DeleteIpv6EgressOnlyRuleRequest |
setOwnerAccount(String ownerAccount) |
DeleteIpv6EgressOnlyRuleRequest |
setOwnerId(Long ownerId) |
DeleteIpv6EgressOnlyRuleRequest |
setRegionId(String regionId) |
DeleteIpv6EgressOnlyRuleRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteIpv6EgressOnlyRuleRequest |
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 a token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the value of RequestId as the client token. The value of RequestId is different for each API request.
123456
@NameInMap(value="Ipv6EgressOnlyRuleId") public String ipv6EgressOnlyRuleId
The ID of the egress-only rule that you want to delete.
This parameter is required.
example:ipv6py-hp3w98rmlbqp0xxxxxxxx
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv6 gateway. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-huhehaote
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteIpv6EgressOnlyRuleRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIpv6EgressOnlyRuleRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteIpv6EgressOnlyRuleRequest setIpv6EgressOnlyRuleId(String ipv6EgressOnlyRuleId)
public String getIpv6EgressOnlyRuleId()
public DeleteIpv6EgressOnlyRuleRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteIpv6EgressOnlyRuleRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteIpv6EgressOnlyRuleRequest setRegionId(String regionId)
public String getRegionId()
public DeleteIpv6EgressOnlyRuleRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteIpv6EgressOnlyRuleRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.