- Resource: DbSystemInitialStorageSize
- DbSystemInitialStorageSizeProperties
- StorageManagement
- ShapeType
- StorageSizeDetails
- Methods
Resource: DbSystemInitialStorageSize
Summary of the DbSystem initial storage size.
JSON representation |
---|
{
"name": string,
"properties": {
object ( |
Fields | |
---|---|
name |
Output only. The name of the resource. |
properties |
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 ( |
Fields | |
---|---|
storageManagement |
Output only. The storage option used in DB system. |
shapeType |
Output only. VM shape platform type |
storageSizeDetails[] |
Output only. List of storage disk details. |
launchFromBackupStorageSizeDetails[] |
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 |
Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem. |
recoStorageSizeInGbs |
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem. |
Methods |
|
---|---|
|
Lists all the DbSystemInitialStorageSizes for the given project and location. |