public static final class DescribeOfflineMachinesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOfflineMachinesRequest |
build() |
DescribeOfflineMachinesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeOfflineMachinesRequest.Builder |
os(String os)
The operating system of the server.
|
DescribeOfflineMachinesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeOfflineMachinesRequest.Builder |
regionIdStr(String regionIdStr)
The region in which the server resides.
|
DescribeOfflineMachinesRequest.Builder |
regionNo(String regionNo)
The region in which the server resides.
|
DescribeOfflineMachinesRequest.Builder |
remark(String remark)
The information about the server that you want to query.
|
DescribeOfflineMachinesRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeOfflineMachinesRequest.Builder |
vendor(Integer vendor)
The source of the server.
|
public DescribeOfflineMachinesRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:4
public DescribeOfflineMachinesRequest.Builder os(String os)
The operating system of the server.
example:The value of this parameter is the value of the Values parameter that is returned by calling the DescribeCriteria operation. If the value of the Name parameter in the response is osType, the value of the Values parameter indicates an operating system.
linux
public DescribeOfflineMachinesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 5.
example:5
public DescribeOfflineMachinesRequest.Builder regionIdStr(String regionIdStr)
The region in which the server resides.
example:The value of this parameter is the value of the Values parameter that is returned by calling the DescribeCriteria operation. If the value of the Name parameter in the response is regionId, the value of the Values parameter indicates a region ID.
cn-hangzhou
public DescribeOfflineMachinesRequest.Builder regionNo(String regionNo)
The region in which the server resides.
example:The value of this parameter is the value of the Values parameter that is returned by calling the DescribeCriteria operation. If the value of the Name parameter in the response is regionId, the value of the Values parameter indicates a region ID.
cn-hangzhou
public DescribeOfflineMachinesRequest.Builder remark(String remark)
The information about the server that you want to query. The value can be the name or the public IP address of the server.
example:172.20.XX.XX
public DescribeOfflineMachinesRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:180.113.XX.XX
public DescribeOfflineMachinesRequest.Builder vendor(Integer vendor)
The source of the server. Valid values:
0
public DescribeOfflineMachinesRequest build()
Copyright © 2026. All rights reserved.