public class CopyNetworkAclEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the network ACL.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sourceNetworkAclId
The ID of the network ACL whose rules you want to copy.
|
构造器和说明 |
---|
CopyNetworkAclEntriesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CopyNetworkAclEntriesRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getNetworkAclId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSourceNetworkAclId() |
CopyNetworkAclEntriesRequest |
setClientToken(String clientToken) |
CopyNetworkAclEntriesRequest |
setDryRun(Boolean dryRun) |
CopyNetworkAclEntriesRequest |
setNetworkAclId(String networkAclId) |
CopyNetworkAclEntriesRequest |
setOwnerAccount(String ownerAccount) |
CopyNetworkAclEntriesRequest |
setOwnerId(Long ownerId) |
CopyNetworkAclEntriesRequest |
setRegionId(String regionId) |
CopyNetworkAclEntriesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CopyNetworkAclEntriesRequest |
setResourceOwnerId(Long resourceOwnerId) |
CopyNetworkAclEntriesRequest |
setSourceNetworkAclId(String sourceNetworkAclId) |
@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.
123
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="NetworkAclId") public String networkAclId
The ID of the network ACL.
This parameter is required.
example:nacl-a2do9e413e0spxxxxxxxx
@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="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SourceNetworkAclId") public String sourceNetworkAclId
The ID of the network ACL whose rules you want to copy.
This parameter is required.
example:nacl-ghuo9ehg3e0spxxxxxxxx
public static CopyNetworkAclEntriesRequest build(Map<String,?> map) throws Exception
Exception
public CopyNetworkAclEntriesRequest setClientToken(String clientToken)
public String getClientToken()
public CopyNetworkAclEntriesRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public CopyNetworkAclEntriesRequest setNetworkAclId(String networkAclId)
public String getNetworkAclId()
public CopyNetworkAclEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CopyNetworkAclEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CopyNetworkAclEntriesRequest setRegionId(String regionId)
public String getRegionId()
public CopyNetworkAclEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CopyNetworkAclEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CopyNetworkAclEntriesRequest setSourceNetworkAclId(String sourceNetworkAclId)
public String getSourceNetworkAclId()
Copyright © 2024. All rights reserved.