Class: Google::Apis::ComputeAlpha::StatefulPolicy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ StatefulPolicy

Returns a new instance of StatefulPolicy



21346
21347
21348
# File 'generated/google/apis/compute_alpha/classes.rb', line 21346

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

Instance Attribute Details

#preserved_resourcesGoogle::Apis::ComputeAlpha::StatefulPolicyPreservedResources

Configuration of all preserved resources. Corresponds to the JSON property preservedResources



21344
21345
21346
# File 'generated/google/apis/compute_alpha/classes.rb', line 21344

def preserved_resources
  @preserved_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21351
21352
21353
# File 'generated/google/apis/compute_alpha/classes.rb', line 21351

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