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



21071
21072
21073
# File 'generated/google/apis/compute_alpha/classes.rb', line 21071

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



21069
21070
21071
# File 'generated/google/apis/compute_alpha/classes.rb', line 21069

def preserved_resources
  @preserved_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21076
21077
21078
# File 'generated/google/apis/compute_alpha/classes.rb', line 21076

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