Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static VmClusterSummary.LifecycleState |
VmClusterSummary.LifecycleState.create(String key) |
VmClusterSummary.LifecycleState |
VmClusterSummary.getLifecycleState()
The current state of the VM cluster.
|
static VmClusterSummary.LifecycleState |
VmClusterSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterSummary.LifecycleState[] |
VmClusterSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VmClusterSummary.Builder |
VmClusterSummary.Builder.lifecycleState(VmClusterSummary.LifecycleState lifecycleState)
The current state of the VM cluster.
|
Constructor and Description |
---|
VmClusterSummary(String id,
String compartmentId,
String lastPatchHistoryEntryId,
VmClusterSummary.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
String lifecycleDetails,
String timeZone,
Boolean isLocalBackupEnabled,
String exadataInfrastructureId,
Boolean isSparseDiskgroupEnabled,
String vmClusterNetworkId,
Integer cpusEnabled,
Float ocpusEnabled,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
Double dataStorageSizeInTBs,
Double dataStorageSizeInGBs,
String shape,
String giVersion,
String systemVersion,
List<String> sshPublicKeys,
VmClusterSummary.LicenseModel licenseModel,
List<String> dbServers,
String availabilityDomain,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
DataCollectionOptions dataCollectionOptions,
String giSoftwareImageId,
List<FileSystemConfigurationDetail> fileSystemConfigurationDetails,
CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VmClusterSummary.LifecycleState |
ListVmClustersRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListVmClustersRequest.Builder |
ListVmClustersRequest.Builder.lifecycleState(VmClusterSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.