Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ExadbVmClusterUpdateSummary.AvailableActions |
ExadbVmClusterUpdateSummary.AvailableActions.create(String key) |
static ExadbVmClusterUpdateSummary.AvailableActions |
ExadbVmClusterUpdateSummary.AvailableActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadbVmClusterUpdateSummary.AvailableActions[] |
ExadbVmClusterUpdateSummary.AvailableActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ExadbVmClusterUpdateSummary.AvailableActions> |
ExadbVmClusterUpdateSummary.getAvailableActions()
The possible actions performed by the update operation on the infrastructure components.
|
Modifier and Type | Method and Description |
---|---|
ExadbVmClusterUpdateSummary.Builder |
ExadbVmClusterUpdateSummary.Builder.availableActions(List<ExadbVmClusterUpdateSummary.AvailableActions> availableActions)
The possible actions performed by the update operation on the infrastructure components.
|
Constructor and Description |
---|
ExadbVmClusterUpdateSummary(String id,
String description,
ExadbVmClusterUpdateSummary.LastAction lastAction,
List<ExadbVmClusterUpdateSummary.AvailableActions> availableActions,
ExadbVmClusterUpdateSummary.UpdateType updateType,
String lifecycleDetails,
ExadbVmClusterUpdateSummary.LifecycleState lifecycleState,
Date timeReleased,
String version)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.