Uses of Class
com.oracle.bmc.database.model.BaseccVmCluster.LifecycleState
-
Packages that use BaseccVmCluster.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of BaseccVmCluster.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type BaseccVmCluster.LifecycleState Modifier and Type Method Description Waiter<GetBaseccVmClusterRequest,GetBaseccVmClusterResponse>DatabaseWaiters. forBaseccVmCluster(GetBaseccVmClusterRequest request, BaseccVmCluster.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBaseccVmClusterRequest,GetBaseccVmClusterResponse>DatabaseWaiters. forBaseccVmCluster(GetBaseccVmClusterRequest request, BaseccVmCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBaseccVmClusterRequest,GetBaseccVmClusterResponse>DatabaseWaiters. forBaseccVmCluster(GetBaseccVmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BaseccVmCluster.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of BaseccVmCluster.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BaseccVmCluster.LifecycleState Modifier and Type Method Description static BaseccVmCluster.LifecycleStateBaseccVmCluster.LifecycleState. create(String key)BaseccVmCluster.LifecycleStateBaseccVmCluster. getLifecycleState()The current state of the VM Cluster.static BaseccVmCluster.LifecycleStateBaseccVmCluster.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseccVmCluster.LifecycleState[]BaseccVmCluster.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 BaseccVmCluster.LifecycleState Modifier and Type Method Description BaseccVmCluster.BuilderBaseccVmCluster.Builder. lifecycleState(BaseccVmCluster.LifecycleState lifecycleState)The current state of the VM Cluster.Constructors in com.oracle.bmc.database.model with parameters of type BaseccVmCluster.LifecycleState Constructor Description BaseccVmCluster(String id, String lastPatchHistoryEntryId, BaseccVmCluster.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String availabilityDomain, String compartmentId, BaseccVmCluster.DatabaseEdition databaseEdition, Integer nodeCount, List<String> dbServers, Integer cpusEnabled, String baseInfrastructureId, String baseVmClusterNetworkId, String giVersion, DataCollectionOptions dataCollectionOptions, String description, String displayName, List<String> sshPublicKeys, String timeZone, String clusterName, Integer bootStorageSizeInGBs, Integer additionalVmStorageSizeInGBs, Integer totalStorageSizeInGBs, Integer dataStorageSizeInGBs, Integer recoStorageSizeInGBs, Integer memorySizeInGBs, BaseccVmCluster.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String systemVersion, BaseccVmCluster.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails)Deprecated.
-