StorageProfileGcpSpecification

StorageProfileGcpSpecification
StorageProfileGcpSpecification

Represents a specification of GCP storage profile.

JSON Example
{
    "name": "string",
    "description": "string",
    "defaultItem": true,
    "supportsEncryption": false,
    "tags": [
        {
            "key": "tier",
            "value": "silver"
        }
    ],
    "persistentDiskType": "pd-standard / pd-ssd / pd-balanced / pd-extreme",
    "regionId": "31186"
}
string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

boolean
defaultItem
Optional

Indicates if a storage profile is default or not.

boolean
supportsEncryption
Optional

Indicates whether this storage profile supports encryption or not.

array of Tag
tags
Optional

A list of tags that represent the capabilities of this storage profile

string
persistentDiskType
Required

Indicates the type of disk.

string
regionId
Required

A link to the region that is associated with the storage profile.