public static final class GetAuthSummaryResponseBody.VersionSummary.Builder extends Object
public GetAuthSummaryResponseBody.VersionSummary.Builder authBindType(String authBindType)
The type of the quota that is consumed. Valid values:
ASSET
public GetAuthSummaryResponseBody.VersionSummary.Builder index(Integer index)
The index of the current edition. The smaller the value, the higher the edition. The index is used for sorting.
example:1
public GetAuthSummaryResponseBody.VersionSummary.Builder totalCoreAuthCount(Integer totalCoreAuthCount)
The total quota of server cores.
example:This parameter takes effect only if AuthBindType is set to CORE or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder totalCount(Integer totalCount)
The total quota of servers in the current edition.
example:This parameter takes effect only if AuthBindType is set to ASSET or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder totalEcsAuthCount(Integer totalEcsAuthCount)
The total quota of servers.
example:This parameter takes effect only if AuthBindType is set to ASSET or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder unUsedCount(Integer unUsedCount)
The remaining quota of servers.
example:This parameter takes effect only if AuthBindType is set to ASSET or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder unusedCoreAuthCount(Integer unusedCoreAuthCount)
The remaining quota of server cores.
example:This parameter takes effect only if AuthBindType is set to CORE or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder unusedEcsAuthCount(Integer unusedEcsAuthCount)
The remaining quota of servers.
example:This parameter takes effect only if AuthBindType is set to ASSET or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder usedCoreCount(Integer usedCoreCount)
The consumed quota of server cores.
example:This parameter takes effect only if AuthBindType is set to CORE or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder usedEcsCount(Integer usedEcsCount)
The used quota of servers.
example:This parameter takes effect only if AuthBindType is set to ASSET or ASSET_AND_CORE.
10
public GetAuthSummaryResponseBody.VersionSummary.Builder version(Integer version)
The edition of purchased Security Center. Valid values:
3
public GetAuthSummaryResponseBody.VersionSummary build()
Copyright © 2026. All rights reserved.