class Google::Apis::NetworkmanagementV1beta1::DropInfo

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

Attributes

cause[RW]

Cause that the packet is dropped. Corresponds to the JSON property `cause` @return [String]

resource_uri[RW]

URI of the resource that caused the drop. 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 382
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 387
def update!(**args)
  @cause = args[:cause] if args.key?(:cause)
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
end