Reference documentation and code samples for the Google Cloud Lustre V1 Client class TransferType.
Type of transfer that occurred.
Protobuf type google.cloud.lustre.v1.TransferType
Namespace
Google \ Cloud \ Lustre \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSFER_TYPE_UNSPECIFIED
Value: 0Zero is an illegal value.
Generated from protobuf enum TRANSFER_TYPE_UNSPECIFIED = 0;
IMPORT
Value: 1Imports to Lustre.
Generated from protobuf enum IMPORT = 1;
EXPORT
Value: 2Exports from Lustre.
Generated from protobuf enum EXPORT = 2;