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)
public DescribeLoginBaseConfigsRequest.Builder pageSize(Integer pageSize)
public DescribeLoginBaseConfigsRequest.Builder target(String target)
* **Target**: the UUID or group ID of the server to add or delete. > 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: * **uuid**: a server * **groupId**: a server group * **global**: all servers
public DescribeLoginBaseConfigsRequest.Builder type(String type)
* **login\_common_location**: common logon location * **login\_common_ip**: common logon IP address * **login\_common_time**: common logon time range * **login\_common_account**: common logon account
public DescribeLoginBaseConfigsRequest build()
Copyright © 2023. All rights reserved.