public static final class ModifyAssetGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyAssetGroupRequest |
build() |
ModifyAssetGroupRequest.Builder |
groupId(Long groupId)
The ID of the new server group to which the servers belong.
|
ModifyAssetGroupRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyAssetGroupRequest.Builder |
uuids(String uuids)
The UUIDs of the servers for which you want to change the server group.
|
public ModifyAssetGroupRequest.Builder groupId(Long groupId)
The ID of the new server group to which the servers belong.
You can call the DescribeAllGroups operation to query the IDs of server groups.
This parameter is required.
example:9586199
public ModifyAssetGroupRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:10.12.XX.XX
public ModifyAssetGroupRequest.Builder uuids(String uuids)
The UUIDs of the servers for which you want to change the server group. Separate multiple UUIDs with commas (,).
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:076a446d-df7d-424c-bdc5-bb5dc7f1****
public ModifyAssetGroupRequest build()
Copyright © 2026. All rights reserved.