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.



73251
73252
73253
# File 'lib/google/apis/compute_alpha/classes.rb', line 73251

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



73249
73250
73251
# File 'lib/google/apis/compute_alpha/classes.rb', line 73249

def project_map
  @project_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



73256
73257
73258
# File 'lib/google/apis/compute_alpha/classes.rb', line 73256

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