public static final class BindAuthToMachineResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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)
The number of bound servers.
example:1
public BindAuthToMachineResponseBody.Builder insufficientCoreCount(Integer insufficientCoreCount)
The shortage in the quota for cores of servers that can be protected.
example:1
public BindAuthToMachineResponseBody.Builder insufficientEcsCount(Integer insufficientEcsCount)
The shortage in the quota for servers that can be protected.
example:1
public BindAuthToMachineResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:23AD0BD2-8771-5647-819E-6BA51E212F80
public BindAuthToMachineResponseBody.Builder resultCode(Integer resultCode)
The status code that indicates the result. Valid values:
2
public BindAuthToMachineResponseBody.Builder unBindCount(Integer unBindCount)
The number of unbound servers.
example:1
public BindAuthToMachineResponseBody build()
Copyright © 2026. All rights reserved.