Class: Google::Apis::MemcacheV1::PlacerLocation

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

Overview

Message describing that the location of the customer resource is tied to placer allocations

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlacerLocation

Returns a new instance of PlacerLocation.



1785
1786
1787
# File 'lib/google/apis/memcache_v1/classes.rb', line 1785

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

Instance Attribute Details

#placer_configString

Directory with a config related to it in placer (e.g. "/placer/prod/home/my- root/my-dir") Corresponds to the JSON property placerConfig

Returns:

  • (String)


1783
1784
1785
# File 'lib/google/apis/memcache_v1/classes.rb', line 1783

def placer_config
  @placer_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1790
1791
1792
# File 'lib/google/apis/memcache_v1/classes.rb', line 1790

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