public static final class GetInstallCodeForUuidResponseBody.InstallCode.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetInstallCodeForUuidResponseBody.InstallCode |
build() |
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
captchaCode(String captchaCode)
Installation verification code for manually installing the Cloud Security Center client.
|
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
expiredDate(Long expiredDate)
Expiration date of the installation verification code.
|
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
groupId(Long groupId)
Server group ID.
|
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
groupName(String groupName)
Server group name.
|
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
os(String os)
Operating system of the server.
|
GetInstallCodeForUuidResponseBody.InstallCode.Builder |
vendorName(String vendorName)
Name of the server vendor.
|
public GetInstallCodeForUuidResponseBody.InstallCode.Builder captchaCode(String captchaCode)
Installation verification code for manually installing the Cloud Security Center client.
example:AK1W**
public GetInstallCodeForUuidResponseBody.InstallCode.Builder expiredDate(Long expiredDate)
Expiration date of the installation verification code. The format is a 13-digit timestamp.
example:The installation verification code can only be used within its validity period. Expired codes cannot be used.
1723860871689
public GetInstallCodeForUuidResponseBody.InstallCode.Builder groupId(Long groupId)
Server group ID.
example:342710
public GetInstallCodeForUuidResponseBody.InstallCode.Builder groupName(String groupName)
Server group name.
example:TestGroup
public GetInstallCodeForUuidResponseBody.InstallCode.Builder os(String os)
Operating system of the server. Values:
linux: Linux
windows: Windows
linux
public GetInstallCodeForUuidResponseBody.InstallCode.Builder vendorName(String vendorName)
Name of the server vendor.
example:ALIYUN
public GetInstallCodeForUuidResponseBody.InstallCode build()
Copyright © 2026. All rights reserved.