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



21632
21633
21634
# File 'generated/google/apis/compute_alpha/classes.rb', line 21632

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



21630
21631
21632
# File 'generated/google/apis/compute_alpha/classes.rb', line 21630

def preserved_resources
  @preserved_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21637
21638
21639
# File 'generated/google/apis/compute_alpha/classes.rb', line 21637

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