Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousVmCluster.ComputeModel |
AutonomousVmCluster.ComputeModel.create(String key) |
AutonomousVmCluster.ComputeModel |
AutonomousVmCluster.getComputeModel()
The compute model of the Autonomous VM Cluster.
|
static AutonomousVmCluster.ComputeModel |
AutonomousVmCluster.ComputeModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousVmCluster.ComputeModel[] |
AutonomousVmCluster.ComputeModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousVmCluster.Builder |
AutonomousVmCluster.Builder.computeModel(AutonomousVmCluster.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.