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)
> You can call the [DescribeAllGroups](~~DescribeAllGroups~~) operation to query the IDs of server groups.
public ModifyAssetGroupRequest.Builder sourceIp(String sourceIp)
public ModifyAssetGroupRequest.Builder uuids(String uuids)
> You can call the [DescribeCloudCenterInstances](~~DescribeCloudCenterInstances~~) operation to query the UUIDs of servers.
public ModifyAssetGroupRequest build()
Copyright © 2023. All rights reserved.