class Google::Apis::TrafficdirectorV2::UpdateFailureState
Attributes
details[RW]
Details about the last failed update attempt. Corresponds to the JSON property `details` @return [String]
failed_configuration[RW]
What the component configuration would have been if the update had succeeded. Corresponds to the JSON property `failedConfiguration` @return [Hash<String,Object>]
last_update_attempt[RW]
Time of the latest failed update attempt. Corresponds to the JSON property `lastUpdateAttempt` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/trafficdirector_v2/classes.rb, line 1278 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/trafficdirector_v2/classes.rb, line 1283 def update!(**args) @details = args[:details] if args.key?(:details) @failed_configuration = args[:failed_configuration] if args.key?(:failed_configuration) @last_update_attempt = args[:last_update_attempt] if args.key?(:last_update_attempt) end