public class RemoveSourcesFromTrafficMirrorSessionRequest
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 check the request without performing the operation.
|
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 from which you want to delete a traffic mirror source.
|
List<String> |
trafficMirrorSourceIds
The ID of the traffic mirror source to be deleted.
|
构造器和说明 |
---|
RemoveSourcesFromTrafficMirrorSessionRequest() |
@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 the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not set this parameter, the system uses RequestId as ClientToken. RequestId may be different for each API request.
0c593ea1-3bea-11e9-b96b-88e9fe63****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to check the request without performing the operation. 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 from which you want to delete a traffic mirror source.
This parameter is required.
example:tms-j6cla50buc44ap8tu****
public RemoveSourcesFromTrafficMirrorSessionRequest()
public static RemoveSourcesFromTrafficMirrorSessionRequest build(Map<String,?> map) throws Exception
Exception
public RemoveSourcesFromTrafficMirrorSessionRequest setClientToken(String clientToken)
public String getClientToken()
public RemoveSourcesFromTrafficMirrorSessionRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public RemoveSourcesFromTrafficMirrorSessionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public RemoveSourcesFromTrafficMirrorSessionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public RemoveSourcesFromTrafficMirrorSessionRequest setRegionId(String regionId)
public String getRegionId()
public RemoveSourcesFromTrafficMirrorSessionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public RemoveSourcesFromTrafficMirrorSessionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public RemoveSourcesFromTrafficMirrorSessionRequest setTrafficMirrorSessionId(String trafficMirrorSessionId)
public String getTrafficMirrorSessionId()
public RemoveSourcesFromTrafficMirrorSessionRequest setTrafficMirrorSourceIds(List<String> trafficMirrorSourceIds)
Copyright © 2024. All rights reserved.