Class: Google::Cloud::NetApp::V1::UpdateStoragePoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::UpdateStoragePoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/storage_pool.rb
Overview
UpdateStoragePoolRequest updates a Storage Pool.
Instance Attribute Summary collapse
-
#storage_pool ⇒ ::Google::Cloud::NetApp::V1::StoragePool
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#storage_pool ⇒ ::Google::Cloud::NetApp::V1::StoragePool
Returns Required. The pool being updated.
100 101 102 103 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 100 class UpdateStoragePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the StoragePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
100 101 102 103 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 100 class UpdateStoragePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |