Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.ShardableCloudAutonomousVmClusterSummary.LifecycleState
-
Packages that use ShardableCloudAutonomousVmClusterSummary.LifecycleState Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of ShardableCloudAutonomousVmClusterSummary.LifecycleState in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return ShardableCloudAutonomousVmClusterSummary.LifecycleState Modifier and Type Method Description static ShardableCloudAutonomousVmClusterSummary.LifecycleState
ShardableCloudAutonomousVmClusterSummary.LifecycleState. create(String key)
ShardableCloudAutonomousVmClusterSummary.LifecycleState
ShardableCloudAutonomousVmClusterSummary. getLifecycleState()
Lifecycle states for shardable Cloud autonomous vm cluster.static ShardableCloudAutonomousVmClusterSummary.LifecycleState
ShardableCloudAutonomousVmClusterSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardableCloudAutonomousVmClusterSummary.LifecycleState[]
ShardableCloudAutonomousVmClusterSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type ShardableCloudAutonomousVmClusterSummary.LifecycleState Modifier and Type Method Description ShardableCloudAutonomousVmClusterSummary.Builder
ShardableCloudAutonomousVmClusterSummary.Builder. lifecycleState(ShardableCloudAutonomousVmClusterSummary.LifecycleState lifecycleState)
Lifecycle states for shardable Cloud autonomous vm cluster.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type ShardableCloudAutonomousVmClusterSummary.LifecycleState Constructor Description ShardableCloudAutonomousVmClusterSummary(String id, String compartmentId, ShardableCloudAutonomousVmClusterSummary.LifecycleState lifecycleState, String lifecycleStateDetails, String displayName, String computeModel, Integer availableContainerDatabases, Float availableCpus, String availabilityDomain, Float autonomousDataStorageSizeInTBs, Float availableAutonomousDataStorageSizeInTBs, String cloudExadataInfrastructureId, String clusterTimeZone, Integer totalContainerDatabases, String subnetId, String shape, Integer nodeCount, String licenseModel, Integer memorySizeInGBs, Integer memoryPerOracleComputeUnitInGBs, Integer cpuCoreCount, Integer cpuCoreCountPerNode, Float ocpuCount, Float reclaimableCpus, Integer provisionableAutonomousContainerDatabases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-