Uses of Class
com.oracle.bmc.database.model.BaseccVmClusterSummary.LifecycleState
-
Packages that use BaseccVmClusterSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of BaseccVmClusterSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BaseccVmClusterSummary.LifecycleState Modifier and Type Method Description static BaseccVmClusterSummary.LifecycleStateBaseccVmClusterSummary.LifecycleState. create(String key)BaseccVmClusterSummary.LifecycleStateBaseccVmClusterSummary. getLifecycleState()The current state of the VM Cluster.static BaseccVmClusterSummary.LifecycleStateBaseccVmClusterSummary.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseccVmClusterSummary.LifecycleState[]BaseccVmClusterSummary.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 BaseccVmClusterSummary.LifecycleState Modifier and Type Method Description BaseccVmClusterSummary.BuilderBaseccVmClusterSummary.Builder. lifecycleState(BaseccVmClusterSummary.LifecycleState lifecycleState)The current state of the VM Cluster.Constructors in com.oracle.bmc.database.model with parameters of type BaseccVmClusterSummary.LifecycleState Constructor Description BaseccVmClusterSummary(String id, String lastPatchHistoryEntryId, BaseccVmClusterSummary.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String availabilityDomain, String compartmentId, BaseccVmClusterSummary.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, BaseccVmClusterSummary.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String systemVersion, BaseccVmClusterSummary.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails)Deprecated. -
Uses of BaseccVmClusterSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return BaseccVmClusterSummary.LifecycleState Modifier and Type Method Description BaseccVmClusterSummary.LifecycleStateListBaseccVmClustersRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type BaseccVmClusterSummary.LifecycleState Modifier and Type Method Description ListBaseccVmClustersRequest.BuilderListBaseccVmClustersRequest.Builder. lifecycleState(BaseccVmClusterSummary.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state exactly.
-