GetDbServersDbServer

data class GetDbServersDbServer(val autonomousVirtualMachineDs: List<String>, val autonomousVmClusterIds: List<String>, val compartmentId: String, val cpuCoreCount: Int, val dbNodeIds: List<String>, val dbNodeStorageSizeInGbs: Int, val displayName: String, val exadataInfrastructureId: String, val lifecycleDetails: String, val lifecycleState: String, val maxCpuCount: Int, val maxDbNodeStorageInGbs: Int, val maxMemoryInGbs: Int, val memorySizeInGbs: Int, val ocid: String, val shape: String, val timeCreated: String, val vmClusterIds: List<String>)

Constructors

Link copied to clipboard
constructor(autonomousVirtualMachineDs: List<String>, autonomousVmClusterIds: List<String>, compartmentId: String, cpuCoreCount: Int, dbNodeIds: List<String>, dbNodeStorageSizeInGbs: Int, displayName: String, exadataInfrastructureId: String, lifecycleDetails: String, lifecycleState: String, maxCpuCount: Int, maxDbNodeStorageInGbs: Int, maxMemoryInGbs: Int, memorySizeInGbs: Int, ocid: String, shape: String, timeCreated: String, vmClusterIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of OCIDs of the Autonomous Virtual Machines associated with the DB Server.

Link copied to clipboard

The list of OCIDs of the Autonomous VM Clusters associated with the DB Server.

Link copied to clipboard

The OCID of the compartment.

Link copied to clipboard

The number of CPU cores enabled on the DB Server.

Link copied to clipboard

The OCID of the Db nodes associated with the DB Server.

Link copied to clipboard

The allocated local node storage in GBs on the DB Server.

Link copied to clipboard

The user-friendly name for the DB Server. The name does not need to be unique.

Link copied to clipboard

The OCID of the Exadata infrastructure.

Link copied to clipboard

Additional information about the current lifecycle state.

Link copied to clipboard

The current state of the DB Server.

Link copied to clipboard

The total number of CPU cores available.

Link copied to clipboard

The total local node storage available in GBs.

Link copied to clipboard

The total memory available in GBs.

Link copied to clipboard

The allocated memory in GBs on the DB Server.

Link copied to clipboard

The OCID of the DB Server.

Link copied to clipboard

The shape of the DB Server. The shape determines the amount of CPU, storage, and memory resources available.

Link copied to clipboard

The date and time that the DB Server was created.

Link copied to clipboard

The OCID of the VM Clusters associated with the DB Server.