Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
JreUsage.Builder |
JreUsage.Builder.approximateApplicationCount(Integer approximateApplicationCount)
The approximate count of the applications running on this Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.approximateInstallationCount(Integer approximateInstallationCount)
The approximate count of installations that are installations of this Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.approximateManagedInstanceCount(Integer approximateManagedInstanceCount)
The approximate count of the managed instances that report this Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.approximatePendingWorkRequestCount(Integer approximatePendingWorkRequestCount)
The approximate count of work requests working on this Java Runtime.
|
static JreUsage.Builder |
JreUsage.builder()
Create a new builder.
|
JreUsage.Builder |
JreUsage.Builder.copy(JreUsage model) |
JreUsage.Builder |
JreUsage.Builder.daysUnderSecurityBaseline(Integer daysUnderSecurityBaseline)
The number of days since this release has been under the security baseline.
|
JreUsage.Builder |
JreUsage.Builder.distribution(String distribution)
The distribution of a Java Runtime is the name of the lineage of product to which it
belongs, for example Java(TM) SE Runtime Environment.
|
JreUsage.Builder |
JreUsage.Builder.endOfSupportLifeDate(Date endOfSupportLifeDate)
The End of Support Life (EOSL) date of the Java Runtime (formatted according to
RFC3339).
|
JreUsage.Builder |
JreUsage.Builder.fleetId(String fleetId)
The OCID of the
related fleet.
|
JreUsage.Builder |
JreUsage.Builder.id(String id)
The internal identifier of the Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.managedInstanceId(String managedInstanceId)
The OCID of the
related managed instance.
|
JreUsage.Builder |
JreUsage.Builder.operatingSystems(List<OperatingSystem> operatingSystems)
The operating systems that have this Java Runtime installed.
|
JreUsage.Builder |
JreUsage.Builder.releaseDate(Date releaseDate)
The release date of the Java Runtime (formatted according to
RFC3339).
|
JreUsage.Builder |
JreUsage.Builder.securityStatus(JreSecurityStatus securityStatus)
The security status of the Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.timeEnd(Date timeEnd)
Upper bound of the specified time period filter.
|
JreUsage.Builder |
JreUsage.Builder.timeFirstSeen(Date timeFirstSeen)
The date and time the resource was first reported to JMS.
|
JreUsage.Builder |
JreUsage.Builder.timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
JreUsage.Builder |
JreUsage.Builder.timeStart(Date timeStart)
Lower bound of the specified time period filter.
|
JreUsage.Builder |
JreUsage.toBuilder() |
JreUsage.Builder |
JreUsage.Builder.vendor(String vendor)
The vendor of the Java Runtime.
|
JreUsage.Builder |
JreUsage.Builder.version(String version)
The version of the Java Runtime.
|
Copyright © 2016–2024. All rights reserved.