Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateExadbVmClusterDetails.UpdateAction |
UpdateExadbVmClusterDetails.UpdateAction.create(String key) |
UpdateExadbVmClusterDetails.UpdateAction |
UpdateExadbVmClusterDetails.getUpdateAction()
The update action.
|
static UpdateExadbVmClusterDetails.UpdateAction |
UpdateExadbVmClusterDetails.UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateExadbVmClusterDetails.UpdateAction[] |
UpdateExadbVmClusterDetails.UpdateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateExadbVmClusterDetails.Builder |
UpdateExadbVmClusterDetails.Builder.updateAction(UpdateExadbVmClusterDetails.UpdateAction updateAction)
The update action.
|
Constructor and Description |
---|
UpdateExadbVmClusterDetails(String displayName,
Integer totalECpuCount,
Integer enabledECpuCount,
ExadbVmClusterStorageDetails vmFileSystemStorage,
Integer nodeCount,
UpdateExadbVmClusterDetails.LicenseModel licenseModel,
List<String> sshPublicKeys,
List<String> nsgIds,
List<String> backupNetworkNsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes,
DataCollectionOptions dataCollectionOptions,
String systemVersion,
String gridImageId,
UpdateExadbVmClusterDetails.UpdateAction updateAction)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.