public static final class DescribeInstallCodesResponseBody.InstallCodes.Builder extends Object
public DescribeInstallCodesResponseBody.InstallCodes.Builder captchaCode(String captchaCode)
The verification code for you to manually install the Security Center agent.
example:15v02r
public DescribeInstallCodesResponseBody.InstallCodes.Builder expiredDate(Long expiredDate)
The timestamp generated when the commands used to install the Security Center agent expire. Unit: milliseconds.
example:1637810007000
public DescribeInstallCodesResponseBody.InstallCodes.Builder groupId(Long groupId)
The ID of the server group to which the server belongs.
example:9165712
public DescribeInstallCodesResponseBody.InstallCodes.Builder groupName(String groupName)
The name of the server group to which the server belongs.
example:default
public DescribeInstallCodesResponseBody.InstallCodes.Builder onlyImage(Boolean onlyImage)
Indicates whether an image is used to install the Security Center agent. Valid values:
false
public DescribeInstallCodesResponseBody.InstallCodes.Builder os(String os)
The operating system of the server. Valid values:
linux
public DescribeInstallCodesResponseBody.InstallCodes.Builder privateLinkEndpointId(Long privateLinkEndpointId)
The ID of the PrivateLink endpoint.
example:123
public DescribeInstallCodesResponseBody.InstallCodes.Builder proxyCluster(String proxyCluster)
The name of the proxy cluster.
example:proxy_test
public DescribeInstallCodesResponseBody.InstallCodes.Builder vendorName(String vendorName)
The name of the server provider.
example:ALIYUN
public DescribeInstallCodesResponseBody.InstallCodes build()
Copyright © 2026. All rights reserved.