ManagedInstance.Builder |
ManagedInstance.Builder.agentVersion(String agentVersion) |
The version of osmh-agent running on the managed instance
|
ManagedInstance.Builder |
ManagedInstance.Builder.architecture(ArchType architecture) |
The CPU architecture type of the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.autonomousSettings(AutonomousSettings autonomousSettings) |
|
ManagedInstance.Builder |
ManagedInstance.Builder.bugUpdatesAvailable(Integer bugUpdatesAvailable) |
Number of bug fix type updates available for installation.
|
static ManagedInstance.Builder |
ManagedInstance.builder() |
Create a new builder.
|
ManagedInstance.Builder |
ManagedInstance.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment that contains the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.copy(ManagedInstance model) |
|
ManagedInstance.Builder |
ManagedInstance.Builder.description(String description) |
User-specified description for the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.displayName(String displayName) |
User-friendly name for the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.enhancementUpdatesAvailable(Integer enhancementUpdatesAvailable) |
Number of enhancement type updates available for installation.
|
ManagedInstance.Builder |
ManagedInstance.Builder.id(String id) |
The OCID of the
managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.installedPackages(Integer installedPackages) |
Number of packages installed on the instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.installedWindowsUpdates(Integer installedWindowsUpdates) |
Number of Windows updates installed on the instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux) |
Indicates whether the Autonomous Linux service manages the instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.isManagementStation(Boolean isManagementStation) |
Indicates whether this managed instance is acting as an on-premises management station.
|
ManagedInstance.Builder |
ManagedInstance.Builder.isRebootRequired(Boolean isRebootRequired) |
Indicates whether a reboot is required to complete installation of updates.
|
ManagedInstance.Builder |
ManagedInstance.Builder.kspliceEffectiveKernelVersion(String kspliceEffectiveKernelVersion) |
The ksplice effective kernel version.
|
ManagedInstance.Builder |
ManagedInstance.Builder.lifecycleEnvironment(Id lifecycleEnvironment) |
|
ManagedInstance.Builder |
ManagedInstance.Builder.lifecycleStage(Id lifecycleStage) |
|
ManagedInstance.Builder |
ManagedInstance.Builder.location(ManagedInstanceLocation location) |
The location of the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.managedInstanceGroup(Id managedInstanceGroup) |
|
ManagedInstance.Builder |
ManagedInstance.Builder.notificationTopicId(String notificationTopicId) |
The OCID for the
Oracle Notifications service (ONS) topic.
|
ManagedInstance.Builder |
ManagedInstance.Builder.osFamily(OsFamily osFamily) |
The operating system type of the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.osKernelVersion(String osKernelVersion) |
Operating system kernel version.
|
ManagedInstance.Builder |
ManagedInstance.Builder.osName(String osName) |
Operating system name.
|
ManagedInstance.Builder |
ManagedInstance.Builder.osVersion(String osVersion) |
Operating system version.
|
ManagedInstance.Builder |
ManagedInstance.Builder.otherUpdatesAvailable(Integer otherUpdatesAvailable) |
Number of non-classified (other) updates available for installation.
|
ManagedInstance.Builder |
ManagedInstance.Builder.primaryManagementStationId(String primaryManagementStationId) |
The OCID of the
management station for the instance to use as primary management station.
|
ManagedInstance.Builder |
ManagedInstance.Builder.profile(String profile) |
The profile that was used to register this instance with the service.
|
ManagedInstance.Builder |
ManagedInstance.Builder.profileVersion(String profileVersion) |
The version of the profile that was used to register this instance with the service.
|
ManagedInstance.Builder |
ManagedInstance.Builder.scheduledJobCount(Integer scheduledJobCount) |
Number of scheduled jobs associated with this instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.secondaryManagementStationId(String secondaryManagementStationId) |
The OCID of the
management station for the instance to use as secondary management station.
|
ManagedInstance.Builder |
ManagedInstance.Builder.securityUpdatesAvailable(Integer securityUpdatesAvailable) |
Number of security type updates available for installation.
|
ManagedInstance.Builder |
ManagedInstance.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
The list of software sources currently attached to the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.status(ManagedInstanceStatus status) |
Current status of the managed instance.
|
ManagedInstance.Builder |
ManagedInstance.Builder.tenancyId(String tenancyId) |
The OCID of the
tenancy that the managed instance resides in.
|
ManagedInstance.Builder |
ManagedInstance.Builder.timeCreated(Date timeCreated) |
The date and time the instance was created (in RFC
3339 format).
|
ManagedInstance.Builder |
ManagedInstance.Builder.timeLastBoot(Date timeLastBoot) |
Time that the instance last booted (in RFC 3339
format).
|
ManagedInstance.Builder |
ManagedInstance.Builder.timeLastCheckin(Date timeLastCheckin) |
Time that the instance last checked in with the service (in RFC
3339 format).
|
ManagedInstance.Builder |
ManagedInstance.Builder.timeUpdated(Date timeUpdated) |
The date and time the instance was last updated (in RFC
3339 format).
|
ManagedInstance.Builder |
ManagedInstance.toBuilder() |
|
ManagedInstance.Builder |
ManagedInstance.Builder.updatesAvailable(Integer updatesAvailable) |
Number of updates available for installation.
|
ManagedInstance.Builder |
ManagedInstance.Builder.workRequestCount(Integer workRequestCount) |
Number of work requests associated with this instance.
|