Google Cloud Dms V1 Client - Class SqlDataDiskType (1.4.2)

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

The storage options for Cloud SQL databases.

Protobuf type google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType

Namespace

Google \ Cloud \ CloudDms \ V1 \ CloudSqlSettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SQL_DATA_DISK_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum SQL_DATA_DISK_TYPE_UNSPECIFIED = 0;

PD_SSD

Value: 1

SSD disk.

Generated from protobuf enum PD_SSD = 1;

PD_HDD

Value: 2

HDD disk.

Generated from protobuf enum PD_HDD = 2;