proto_docs/google/cloud/netapp/v1/storage_pool.rb in google-cloud-netapp-v1-1.1.1 vs proto_docs/google/cloud/netapp/v1/storage_pool.rb in google-cloud-netapp-v1-1.2.0

- old
+ new

@@ -109,10 +109,20 @@ class DeleteStoragePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end + # SwitchActiveReplicaZoneRequest switch the active/replica zone for a regional + # storagePool. + # @!attribute [rw] name + # @return [::String] + # Required. Name of the storage pool + class SwitchActiveReplicaZoneRequest + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods + end + # StoragePool is a container for volumes with a service level and capacity. # Volumes can be created in a pool of sufficient available capacity. # StoragePool capacity is what you are billed for. # @!attribute [rw] name # @return [::String] @@ -168,9 +178,14 @@ # @!attribute [rw] global_access_allowed # @deprecated This field is deprecated and may be removed in the next major version update. # @return [::Boolean] # Deprecated. Used to allow SO pool to access AD or DNS server from other # regions. + # @!attribute [rw] allow_auto_tiering + # @return [::Boolean] + # Optional. True if the storage pool supports Auto Tiering enabled volumes. + # Default is false. Auto-tiering can be enabled after storage pool creation + # but it can't be disabled once enabled. # @!attribute [rw] replica_zone # @return [::String] # Optional. Specifies the replica zone for regional storagePool. # @!attribute [rw] zone # @return [::String]