Google Cloud Hypercompute Cluster V1beta Client - Class StorageClass (0.1.0)

Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class StorageClass.

Storage class for a Cloud Storage bucket.

Protobuf type google.cloud.hypercomputecluster.v1beta.NewBucketConfig.StorageClass

Namespace

Google \ Cloud \ HypercomputeCluster \ V1beta \ NewBucketConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_CLASS_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STORAGE_CLASS_UNSPECIFIED = 0;

STANDARD

Value: 1

Best for data that is frequently accessed.

Generated from protobuf enum STANDARD = 1;

NEARLINE

Value: 2

Low-cost storage for data that is accessed less frequently.

Generated from protobuf enum NEARLINE = 2;

COLDLINE

Value: 3

Very low-cost storage for infrequently accessed data.

Generated from protobuf enum COLDLINE = 3;

ARCHIVE

Value: 4

Lowest-cost storage for data archiving, online backup, and disaster recovery.

Generated from protobuf enum ARCHIVE = 4;