public class DeleteTrafficMirrorSessionRequest
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 to perform a dry run.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region to which the traffic mirror session belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
trafficMirrorSessionId
The ID of the traffic mirror session.
|
构造器和说明 |
---|
DeleteTrafficMirrorSessionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteTrafficMirrorSessionRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getTrafficMirrorSessionId() |
DeleteTrafficMirrorSessionRequest |
setClientToken(String clientToken) |
DeleteTrafficMirrorSessionRequest |
setDryRun(Boolean dryRun) |
DeleteTrafficMirrorSessionRequest |
setOwnerAccount(String ownerAccount) |
DeleteTrafficMirrorSessionRequest |
setOwnerId(Long ownerId) |
DeleteTrafficMirrorSessionRequest |
setRegionId(String regionId) |
DeleteTrafficMirrorSessionRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteTrafficMirrorSessionRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteTrafficMirrorSessionRequest |
setTrafficMirrorSessionId(String trafficMirrorSessionId) |
@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 value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters.
example:If you do not specify this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
0c593ea1-3bea-11e9-b96b-88e9fe63****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the traffic mirror session belongs. You can call the DescribeRegions operation to query the most recent region list. For more information about regions that support traffic mirroring, see Overview of traffic mirroring.
This parameter is required.
example:cn-hongkong
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TrafficMirrorSessionId") public String trafficMirrorSessionId
The ID of the traffic mirror session.
This parameter is required.
example:tms-j6cla50buc44ap8tu****
public static DeleteTrafficMirrorSessionRequest build(Map<String,?> map) throws Exception
Exception
public DeleteTrafficMirrorSessionRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteTrafficMirrorSessionRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteTrafficMirrorSessionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteTrafficMirrorSessionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteTrafficMirrorSessionRequest setRegionId(String regionId)
public String getRegionId()
public DeleteTrafficMirrorSessionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteTrafficMirrorSessionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteTrafficMirrorSessionRequest setTrafficMirrorSessionId(String trafficMirrorSessionId)
public String getTrafficMirrorSessionId()
Copyright © 2024. All rights reserved.