public static final class BindAuthToMachineRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
BindAuthToMachineRequest.Builder |
authVersion(Integer authVersion)
The edition of Security Center.
|
BindAuthToMachineRequest.Builder |
autoBind(Integer autoBind)
Specifies whether to automatically bind servers to Security Center.
|
BindAuthToMachineRequest.Builder |
bind(List<String> bind)
The UUIDs of the servers that you want to bind to Security Center.
|
BindAuthToMachineRequest.Builder |
bindAll(Boolean bindAll)
Specifies whether to bind all servers to Security Center.
|
BindAuthToMachineRequest |
build() |
BindAuthToMachineRequest.Builder |
criteria(String criteria)
The search conditions that are used to filter servers.
|
BindAuthToMachineRequest.Builder |
logicalExp(String logicalExp)
The logical relationship among multiple search conditions.
|
BindAuthToMachineRequest.Builder |
unBind(List<String> unBind)
The UUIDs of the servers that you want to unbind from Security Center.
|
public BindAuthToMachineRequest.Builder authVersion(Integer authVersion)
* **6**: Anti-virus edition * **5**: Advanced edition * **3**: Enterprise edition * **7**: Ultimate edition * **10**: Value-added Plan edition
public BindAuthToMachineRequest.Builder autoBind(Integer autoBind)
* **0**: no * **1**: yes
public BindAuthToMachineRequest.Builder bind(List<String> bind)
> You must specify at least one of the **Bind** and **UnBind** parameters.
public BindAuthToMachineRequest.Builder bindAll(Boolean bindAll)
* **true**: yes * **false**: no
public BindAuthToMachineRequest.Builder criteria(String criteria)
> A search condition can be an instance ID, instance name, virtual private cloud (VPC) ID, region, or public IP address. You can call the [DescribeCriteria](~~DescribeCriteria~~) operation to query the supported search conditions.
public BindAuthToMachineRequest.Builder logicalExp(String logicalExp)
* **OR**: Search conditions are evaluated by using a logical **OR**. * **AND**: Search conditions are evaluated by using a logical **AND**.
public BindAuthToMachineRequest.Builder unBind(List<String> unBind)
> You must specify at least one of the **Bind** and **UnBind** parameters.
public BindAuthToMachineRequest build()
Copyright © 2023. All rights reserved.