Google Cloud Filestore V1 Client - Class Tier (1.4.0)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class Tier.

Available service tiers.

Protobuf type google.cloud.filestore.v1.Instance.Tier

Namespace

Google \ Cloud \ Filestore \ V1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TIER_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TIER_UNSPECIFIED = 0;

STANDARD

Value: 1

STANDARD tier. BASIC_HDD is the preferred term for this tier.

Generated from protobuf enum STANDARD = 1;

PREMIUM

Value: 2

PREMIUM tier. BASIC_SSD is the preferred term for this tier.

Generated from protobuf enum PREMIUM = 2;

BASIC_HDD

Value: 3

BASIC instances offer a maximum capacity of 63.9 TB.

BASIC_HDD is an alias for STANDARD Tier, offering economical performance backed by HDD.

Generated from protobuf enum BASIC_HDD = 3;

BASIC_SSD

Value: 4

BASIC instances offer a maximum capacity of 63.9 TB.

BASIC_SSD is an alias for PREMIUM Tier, and offers improved performance backed by SSD.

Generated from protobuf enum BASIC_SSD = 4;

HIGH_SCALE_SSD

Value: 5

HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.

Generated from protobuf enum HIGH_SCALE_SSD = 5;

ENTERPRISE

Value: 6

ENTERPRISE instances offer the features and availability needed for mission-critical workloads.

Generated from protobuf enum ENTERPRISE = 6;

ZONAL

Value: 7

ZONAL instances offer expanded capacity and performance scaling capabilities.

Generated from protobuf enum ZONAL = 7;

REGIONAL

Value: 8

REGIONAL instances offer the features and availability needed for mission-critical workloads.

Generated from protobuf enum REGIONAL = 8;