public static final class DescribeLoginBaseConfigsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeLoginBaseConfigsRequest |
build() |
DescribeLoginBaseConfigsRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeLoginBaseConfigsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeLoginBaseConfigsRequest.Builder |
target(String target)
The server to which the configuration is applied.
|
DescribeLoginBaseConfigsRequest.Builder |
type(String type)
The logon type of the configuration to query.
|
public DescribeLoginBaseConfigsRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeLoginBaseConfigsRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 5.
example:5
public DescribeLoginBaseConfigsRequest.Builder target(String target)
The server to which the configuration is applied. The value of this parameter is in the JSON format and contains the following fields:
If targetType is set to uuid, the value of Target is the UUID of the server. If targetType is set to groupId, the value of Target is the group ID of the server. If targetType is set to global, the value of Target is a hyphen (-).
targetType: the type of the server to which the configuration is applied. Valid values:
[ {"target": "inet-7c676676-06fa-442e-90fb-b802e5d6****", "targetType": "uuid" } ]
public DescribeLoginBaseConfigsRequest.Builder type(String type)
The logon type of the configuration to query. Valid values:
This parameter is required.
example:login_common_location
public DescribeLoginBaseConfigsRequest build()
Copyright © 2026. All rights reserved.