public static final class BindAuthToMachineResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
BindAuthToMachineResponseBody.Builder |
bindCount(Integer bindCount)
The number of bound servers.
|
BindAuthToMachineResponseBody |
build() |
BindAuthToMachineResponseBody.Builder |
insufficientCoreCount(Integer insufficientCoreCount)
The shortage in the quota for cores of servers that can be protected.
|
BindAuthToMachineResponseBody.Builder |
insufficientEcsCount(Integer insufficientEcsCount)
The shortage in the quota for servers that can be protected.
|
BindAuthToMachineResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
BindAuthToMachineResponseBody.Builder |
resultCode(Integer resultCode)
The status code that indicates the result.
|
BindAuthToMachineResponseBody.Builder |
unBindCount(Integer unBindCount)
The number of unbound servers.
|
public BindAuthToMachineResponseBody.Builder bindCount(Integer bindCount)
public BindAuthToMachineResponseBody.Builder insufficientCoreCount(Integer insufficientCoreCount)
public BindAuthToMachineResponseBody.Builder insufficientEcsCount(Integer insufficientEcsCount)
public BindAuthToMachineResponseBody.Builder requestId(String requestId)
public BindAuthToMachineResponseBody.Builder resultCode(Integer resultCode)
* **0**: The servers are bound to or unbound from Security Center. * **1**: The values that you specified for the parameters are invalid. * **2**: The quota for servers that can be protected is insufficient. * **3**: The quota for cores of servers that can be protected is insufficient.
public BindAuthToMachineResponseBody.Builder unBindCount(Integer unBindCount)
public BindAuthToMachineResponseBody build()
Copyright © 2023. All rights reserved.