Uses of Class
com.oracle.bmc.database.model.VmCluster.LifecycleState
-
Packages that use VmCluster.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of VmCluster.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type VmCluster.LifecycleState Modifier and Type Method Description Waiter<GetVmClusterRequest,GetVmClusterResponse>
DatabaseWaiters. forVmCluster(GetVmClusterRequest request, VmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVmClusterRequest,GetVmClusterResponse>
DatabaseWaiters. forVmCluster(GetVmClusterRequest request, VmCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVmClusterRequest,GetVmClusterResponse>
DatabaseWaiters. forVmCluster(GetVmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VmCluster.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmCluster.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type VmCluster.LifecycleState Modifier and Type Method Description VmCluster.Builder
VmCluster.Builder. lifecycleState(VmCluster.LifecycleState lifecycleState)
The current state of the VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type VmCluster.LifecycleState Constructor 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, VmCluster.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, VmCluster.StorageManagementType storageManagementType, VmCluster.ComputeModel computeModel)
Deprecated.
-