Module: Google::Cloud::Filestore::V1::Instance::Tier
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
Available service tiers.
Constant Summary collapse
- TIER_UNSPECIFIED =
Not set.
0
- STANDARD =
STANDARD tier. BASIC_HDD is the preferred term for this tier.
1
- PREMIUM =
PREMIUM tier. BASIC_SSD is the preferred term for this tier.
2
- BASIC_HDD =
BASIC instances offer a maximum capacity of 63.9 TB. BASIC_HDD is an alias for STANDARD Tier, offering economical performance backed by HDD.
3
- BASIC_SSD =
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.
4
- HIGH_SCALE_SSD =
HIGH_SCALE instances offer expanded capacity and performance scaling capabilities.
5
- ENTERPRISE =
ENTERPRISE instances offer the features and availability needed for mission-critical workloads.
6
- ZONAL =
ZONAL instances offer expanded capacity and performance scaling capabilities.
7
- REGIONAL =
REGIONAL instances offer the features and availability needed for mission-critical workloads.
8