REST Resource: projects.locations.dbSystemInitialStorageSizes

Resource: DbSystemInitialStorageSize

Summary of the DbSystem initial storage size.

JSON representation
{
  "name": string,
  "properties": {
    object (DbSystemInitialStorageSizeProperties)
  }
}
Fields
name

string

Output only. The name of the resource.

properties

object (DbSystemInitialStorageSizeProperties)

Output only. The properties of the DbSystem initial storage size summary.

DbSystemInitialStorageSizeProperties

The properties of a DbSystem initial storage size summary.

JSON representation
{
  "storageManagement": enum (StorageManagement),
  "shapeType": enum (ShapeType),
  "storageSizeDetails": [
    {
      object (StorageSizeDetails)
    }
  ],
  "launchFromBackupStorageSizeDetails": [
    {
      object (StorageSizeDetails)
    }
  ]
}
Fields
storageManagement

enum (StorageManagement)

Output only. The storage option used in DB system.

shapeType

enum (ShapeType)

Output only. VM shape platform type

storageSizeDetails[]

object (StorageSizeDetails)

Output only. List of storage disk details.

launchFromBackupStorageSizeDetails[]

object (StorageSizeDetails)

Output only. List of storage disk details available for launches from backup.

StorageManagement

The storage option used in the DB system.

Enums
STORAGE_MANAGEMENT_UNSPECIFIED Unspecified storage management.
ASM Automatic Storage Management.
LVM Logical Volume Management.

ShapeType

The shape type of the DB system.

Enums
SHAPE_TYPE_UNSPECIFIED Unspecified shape type.
STANDARD_X86 Standard X86.

StorageSizeDetails

The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.

JSON representation
{
  "dataStorageSizeInGbs": integer,
  "recoStorageSizeInGbs": integer
}
Fields
dataStorageSizeInGbs

integer

Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.

recoStorageSizeInGbs

integer

Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.

Methods

list

Lists all the DbSystemInitialStorageSizes for the given project and location.