class Google::Apis::ComputeV1::PacketMirroringForwardingRuleInfo

Attributes

canonical_url[RW]
Output Only

Unique identifier for the forwarding rule; defined by the server.

Corresponds to the JSON property `canonicalUrl` @return [String]

url[RW]

Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic. Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 22595
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 22600
def update!(**args)
  @canonical_url = args[:canonical_url] if args.key?(:canonical_url)
  @url = args[:url] if args.key?(:url)
end