class Google::Apis::NetworkmanagementV1beta1::AbortInfo

Details of the final state “abort” and associated resource.

Attributes

cause[RW]

Causes that the analysis is aborted. Corresponds to the JSON property `cause` @return [String]

resource_uri[RW]

URI of the resource that caused the abort. Corresponds to the JSON property `resourceUri` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/networkmanagement_v1beta1/classes.rb, line 44
def update!(**args)
  @cause = args[:cause] if args.key?(:cause)
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
end