public class UnassociateNetworkAclRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource |
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
networkAclId
The ID of the network ACL that you want to disassociate from a resource.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the network ACL.
|
List<UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource> |
resource
The information about the associated resource.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UnassociateNetworkAclRequest() |
@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 and cannot exceed 64 characters in length.
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.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
true: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation
error code is returned.
false (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
example:false
@NameInMap(value="NetworkAclId") public String networkAclId
The ID of the network ACL that you want to disassociate from a resource.
This parameter is required.
example:nacl-a2do9e413e0sp****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the network ACL.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Resource") public List<UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource> resource
The information about the associated resource.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static UnassociateNetworkAclRequest build(Map<String,?> map) throws Exception
Exception
public UnassociateNetworkAclRequest setClientToken(String clientToken)
public String getClientToken()
public UnassociateNetworkAclRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public UnassociateNetworkAclRequest setNetworkAclId(String networkAclId)
public String getNetworkAclId()
public UnassociateNetworkAclRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociateNetworkAclRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociateNetworkAclRequest setRegionId(String regionId)
public String getRegionId()
public UnassociateNetworkAclRequest setResource(List<UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource> resource)
public List<UnassociateNetworkAclRequest.UnassociateNetworkAclRequestResource> getResource()
public UnassociateNetworkAclRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociateNetworkAclRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.