Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.builder()
Create a new builder.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.copy(VmClusterUpdateHistoryEntry model) |
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.id(String id)
The OCID of the
maintenance update history entry.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.lifecycleState(VmClusterUpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.timeCompleted(Date timeCompleted)
The date and time when the maintenance update action completed.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.timeStarted(Date timeStarted)
The date and time when the maintenance update action started.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.toBuilder() |
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.updateAction(VmClusterUpdateHistoryEntry.UpdateAction updateAction)
The update action performed using this maintenance update.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.updateId(String updateId)
The OCID of the
maintenance update.
|
VmClusterUpdateHistoryEntry.Builder |
VmClusterUpdateHistoryEntry.Builder.updateType(VmClusterUpdateHistoryEntry.UpdateType updateType)
The type of VM cluster maintenance update.
|
Copyright © 2016–2024. All rights reserved.