Class: Google::Apis::ComputeBeta::StoragePoolShareSettings

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.



66595
66596
66597
# File 'lib/google/apis/compute_beta/classes.rb', line 66595

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

Instance Attribute Details

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

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



66593
66594
66595
# File 'lib/google/apis/compute_beta/classes.rb', line 66593

def project_map
  @project_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



66600
66601
66602
# File 'lib/google/apis/compute_beta/classes.rb', line 66600

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