public static class ManagedInstanceSummary.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceSummary |
build() |
ManagedInstanceSummary.Builder |
compartmentId(String compartmentId)
OCID for the Compartment
|
ManagedInstanceSummary.Builder |
copy(ManagedInstanceSummary model) |
ManagedInstanceSummary.Builder |
description(String description)
Information specified by the user about the managed instance
|
ManagedInstanceSummary.Builder |
displayName(String displayName)
user settable name
|
ManagedInstanceSummary.Builder |
id(String id)
OCID for the managed instance
|
ManagedInstanceSummary.Builder |
isRebootRequired(Boolean isRebootRequired)
Indicates whether a reboot is required to complete installation of updates.
|
ManagedInstanceSummary.Builder |
lastBoot(String lastBoot)
Time at which the instance last booted
|
ManagedInstanceSummary.Builder |
lastCheckin(String lastCheckin)
Time at which the instance last checked in
|
ManagedInstanceSummary.Builder |
osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ManagedInstanceSummary.Builder |
status(ManagedInstanceSummary.Status status)
status of the managed instance.
|
ManagedInstanceSummary.Builder |
updatesAvailable(Integer updatesAvailable)
Number of updates available to be installed
|
public ManagedInstanceSummary.Builder displayName(String displayName)
user settable name
displayName - the value to setpublic ManagedInstanceSummary.Builder id(String id)
OCID for the managed instance
id - the value to setpublic ManagedInstanceSummary.Builder lastCheckin(String lastCheckin)
Time at which the instance last checked in
lastCheckin - the value to setpublic ManagedInstanceSummary.Builder lastBoot(String lastBoot)
Time at which the instance last booted
lastBoot - the value to setpublic ManagedInstanceSummary.Builder updatesAvailable(Integer updatesAvailable)
Number of updates available to be installed
updatesAvailable - the value to setpublic ManagedInstanceSummary.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId - the value to setpublic ManagedInstanceSummary.Builder description(String description)
Information specified by the user about the managed instance
description - the value to setpublic ManagedInstanceSummary.Builder status(ManagedInstanceSummary.Status status)
status of the managed instance.
status - the value to setpublic ManagedInstanceSummary.Builder osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
osFamily - the value to setpublic ManagedInstanceSummary.Builder isRebootRequired(Boolean isRebootRequired)
Indicates whether a reboot is required to complete installation of updates.
isRebootRequired - the value to setpublic ManagedInstanceSummary build()
public ManagedInstanceSummary.Builder copy(ManagedInstanceSummary model)
Copyright © 2016–2022. All rights reserved.