Uses of Class
com.oracle.bmc.database.model.AutonomousVmCluster.LifecycleState
-
Packages that use AutonomousVmCluster.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AutonomousVmCluster.LifecycleState in com.oracle.bmc.database
-
Uses of AutonomousVmCluster.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousVmCluster.LifecycleState Modifier and Type Method Description static AutonomousVmCluster.LifecycleState
AutonomousVmCluster.LifecycleState. create(String key)
AutonomousVmCluster.LifecycleState
AutonomousVmCluster. getLifecycleState()
The current state of the Autonomous VM cluster.static AutonomousVmCluster.LifecycleState
AutonomousVmCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousVmCluster.LifecycleState[]
AutonomousVmCluster.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 AutonomousVmCluster.LifecycleState Modifier and Type Method Description AutonomousVmCluster.Builder
AutonomousVmCluster.Builder. lifecycleState(AutonomousVmCluster.LifecycleState lifecycleState)
The current state of the Autonomous VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousVmCluster.LifecycleState Constructor Description AutonomousVmCluster(String id, String compartmentId, String displayName, Date timeCreated, AutonomousVmCluster.LifecycleState lifecycleState, String lifecycleDetails, String timeZone, String exadataInfrastructureId, String vmClusterNetworkId, Boolean isLocalBackupEnabled, Integer cpusEnabled, AutonomousVmCluster.ComputeModel computeModel, Float ocpusEnabled, Integer availableCpus, Integer totalContainerDatabases, Integer memoryPerOracleComputeUnitInGBs, Integer cpuCoreCountPerNode, Double autonomousDataStorageSizeInTBs, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Float cpuPercentage, Float autonomousDataStoragePercentage, Float provisionedCpus, Float totalAutonomousDataStorageInTBs, Float reservedCpus, Integer provisionableAutonomousContainerDatabases, Integer provisionedAutonomousContainerDatabases, Integer nonProvisionableAutonomousContainerDatabases, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, Double availableDataStorageSizeInTBs, Integer nodeCount, AutonomousVmCluster.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> dbServers, Integer reclaimableCpus, Integer availableContainerDatabases, Double availableAutonomousDataStorageSizeInTBs, Integer scanListenerPortTls, Integer scanListenerPortNonTls, Boolean isMtlsEnabled, Date timeDatabaseSslCertificateExpires, Date timeOrdsCertificateExpires, Double exadataStorageInTBsLowestScaledValue, Integer cpusLowestScaledValue, Integer maxAcdsLowestScaledValue)
Deprecated.
-