public static class LicenseMetric.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LicenseMetric |
build() |
LicenseMetric.Builder |
copy(LicenseMetric model) |
LicenseMetric.Builder |
licenseRecordExpiringSoonCount(Integer licenseRecordExpiringSoonCount)
Total number of license records that will expire within 90 days in a particular
compartment.
|
LicenseMetric.Builder |
totalByolInstanceCount(Integer totalByolInstanceCount)
Total number of BYOL instances in a particular compartment.
|
LicenseMetric.Builder |
totalLicenseIncludedInstanceCount(Integer totalLicenseIncludedInstanceCount)
Total number of License Included (LI) instances in a particular compartment.
|
LicenseMetric.Builder |
totalProductLicenseCount(Integer totalProductLicenseCount)
Total number of product licenses in a particular compartment.
|
public LicenseMetric.Builder totalProductLicenseCount(Integer totalProductLicenseCount)
Total number of product licenses in a particular compartment.
totalProductLicenseCount
- the value to setpublic LicenseMetric.Builder totalByolInstanceCount(Integer totalByolInstanceCount)
Total number of BYOL instances in a particular compartment.
totalByolInstanceCount
- the value to setpublic LicenseMetric.Builder totalLicenseIncludedInstanceCount(Integer totalLicenseIncludedInstanceCount)
Total number of License Included (LI) instances in a particular compartment.
totalLicenseIncludedInstanceCount
- the value to setpublic LicenseMetric.Builder licenseRecordExpiringSoonCount(Integer licenseRecordExpiringSoonCount)
Total number of license records that will expire within 90 days in a particular compartment.
licenseRecordExpiringSoonCount
- the value to setpublic LicenseMetric build()
public LicenseMetric.Builder copy(LicenseMetric model)
Copyright © 2016–2024. All rights reserved.