Uses of Enum
com.google.cloud.bigtable.admin.v2.models.StorageType
Packages that use StorageType
-
Uses of StorageType in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeStorageType.fromProto(StorageType proto) Wraps the protobuf.Cluster.getStorageType()The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.static StorageTypeReturns the enum constant of this type with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type StorageTypeModifier and TypeMethodDescriptionCreateInstanceRequest.addCluster(String clusterId, String zone, int serveNodes, StorageType storageType) Adds a cluster to the instance request with manual scaling enabled.CreateInstanceRequest.addCluster(String clusterId, String zone, ClusterAutoscalingConfig clusterAutoscalingConfig, StorageType storageType) Adds a cluster to the instance request with autoscaling enabled.CreateInstanceRequest.addCmekCluster(String clusterId, String zone, int serveNodes, StorageType storageType, String kmsKeyName) Adds a CMEK protected cluster using the specified KMS key name.CreateInstanceRequest.addDevelopmentCluster(String clusterId, String zone, StorageType storageType) Adds a DEVELOPMENT cluster to the instance request.CreateClusterRequest.setStorageType(StorageType storageType) Sets the type of storage used by this cluster to serve its parent instance's tables.