public static final class UpdateTargetListByBatchRequest.OperationList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateTargetListByBatchRequest.OperationList |
build() |
UpdateTargetListByBatchRequest.OperationList.Builder |
groupId(String groupId)
The ID of the server group.
|
UpdateTargetListByBatchRequest.OperationList.Builder |
operation(String operation)
The operation type.
|
UpdateTargetListByBatchRequest.OperationList.Builder |
uuid(String uuid)
The UUID of the server.
|
UpdateTargetListByBatchRequest.OperationList.Builder |
vpcInstanceId(String vpcInstanceId)
The ID of the VPC-connected instance.
|
public UpdateTargetListByBatchRequest.OperationList.Builder groupId(String groupId)
The ID of the server group.
example:You can call the DescribeAllGroups operation to query the IDs of server groups.
11883086
public UpdateTargetListByBatchRequest.OperationList.Builder operation(String operation)
The operation type. Valid values:
add
public UpdateTargetListByBatchRequest.OperationList.Builder uuid(String uuid)
The UUID of the server.
example:You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
de393767-6fe1-4a8d-837d-927a2b******
public UpdateTargetListByBatchRequest.OperationList.Builder vpcInstanceId(String vpcInstanceId)
The ID of the VPC-connected instance.
example:vpc-bp1ow0rm9t92iza******
public UpdateTargetListByBatchRequest.OperationList build()
Copyright © 2026. All rights reserved.