Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class Type.
Possible values for disk types.
Protobuf type google.cloud.vmmigration.v1.AwsSourceDiskDetails.Type
Namespace
Google \ Cloud \ VMMigration \ V1 \ AwsSourceDiskDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Unspecified AWS disk type. Should not be used.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
GP2
Value: 1
GP2 disk type.
Generated from protobuf enum GP2 = 1;
GP3
Value: 2
GP3 disk type.
Generated from protobuf enum GP3 = 2;
IO1
Value: 3
IO1 disk type.
Generated from protobuf enum IO1 = 3;
IO2
Value: 4
IO2 disk type.
Generated from protobuf enum IO2 = 4;
ST1
Value: 5
ST1 disk type.
Generated from protobuf enum ST1 = 5;
SC1
Value: 6
SC1 disk type.
Generated from protobuf enum SC1 = 6;
STANDARD
Value: 7
Standard disk type.
Generated from protobuf enum STANDARD = 7;