Google Cloud Sql Admin V1 Client - Class SqlDataDiskType (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlDataDiskType.

The type of disk that is used for a v2 instance to use.

Protobuf type google.cloud.sql.v1.SqlDataDiskType

Namespace

Google \ Cloud \ Sql \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SQL_DATA_DISK_TYPE_UNSPECIFIED

Value: 0

This is an unknown data disk type.

Generated from protobuf enum SQL_DATA_DISK_TYPE_UNSPECIFIED = 0;

PD_SSD

Value: 1

An SSD data disk.

Generated from protobuf enum PD_SSD = 1;

PD_HDD

Value: 2

An HDD data disk.

Generated from protobuf enum PD_HDD = 2;

OBSOLETE_LOCAL_SSD

Value: 3

This field is deprecated and will be removed from a future version of the API.

Generated from protobuf enum OBSOLETE_LOCAL_SSD = 3 [deprecated = true];