Class: Google::Cloud::Compute::V1::StoragePoolShareSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::StoragePoolShareSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Share settings for the storage pool.
Defined Under Namespace
Classes: ProjectMapEntry
Instance Attribute Summary collapse
-
#project_map ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StoragePoolShareSettingsProjectConfig}
A map of project id and project config.
Instance Attribute Details
#project_map ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::StoragePoolShareSettingsProjectConfig}
Returns A map of project id and project config.
79521 79522 79523 79524 79525 79526 79527 79528 79529 79530 79531 79532 79533 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 79521 class StoragePoolShareSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Compute::V1::StoragePoolShareSettingsProjectConfig] class ProjectMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |