Class: Google::Apis::ComputeAlpha::StoragePoolShareSettings

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

Share settings for the storage pool.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StoragePoolShareSettings

Returns a new instance of StoragePoolShareSettings.



75591
75592
75593
# File 'lib/google/apis/compute_alpha/classes.rb', line 75591

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#project_mapHash<String,Google::Apis::ComputeAlpha::StoragePoolShareSettingsProjectConfig>

A map of project id and project config. Corresponds to the JSON property projectMap



75589
75590
75591
# File 'lib/google/apis/compute_alpha/classes.rb', line 75589

def project_map
  @project_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



75596
75597
75598
# File 'lib/google/apis/compute_alpha/classes.rb', line 75596

def update!(**args)
  @project_map = args[:project_map] if args.key?(:project_map)
end