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.



73917
73918
73919
# File 'lib/google/apis/compute_alpha/classes.rb', line 73917

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



73915
73916
73917
# File 'lib/google/apis/compute_alpha/classes.rb', line 73915

def project_map
  @project_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



73922
73923
73924
# File 'lib/google/apis/compute_alpha/classes.rb', line 73922

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