class Google::Apis::ComputeV1::StatefulPolicy

Attributes

preserved_state[RW]

Configuration of preserved resources. Corresponds to the JSON property `preservedState` @return [Google::Apis::ComputeV1::StatefulPolicyPreservedState]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 34598
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 34603
def update!(**args)
  @preserved_state = args[:preserved_state] if args.key?(:preserved_state)
end