Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVmClusterRequest,GetVmClusterResponse> |
DatabaseWaiters.forVmCluster(GetVmClusterRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VmCluster.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVmClusterRequest,GetVmClusterResponse> |
DatabaseWaiters.forVmCluster(GetVmClusterRequest request,
VmCluster.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVmClusterRequest,GetVmClusterResponse> |
DatabaseWaiters.forVmCluster(GetVmClusterRequest request,
VmCluster.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VmCluster.LifecycleState |
VmCluster.LifecycleState.create(String key) |
VmCluster.LifecycleState |
VmCluster.getLifecycleState()
The current state of the VM cluster.
|
static VmCluster.LifecycleState |
VmCluster.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmCluster.LifecycleState[] |
VmCluster.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VmCluster.Builder |
VmCluster.Builder.lifecycleState(VmCluster.LifecycleState lifecycleState)
The current state of the VM cluster.
|
Constructor and Description |
---|
VmCluster(String id,
String compartmentId,
String lastPatchHistoryEntryId,
VmCluster.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,
VmCluster.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.
|
Copyright © 2016–2024. All rights reserved.