class Google::Apis::ComputeBeta::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_beta/classes.rb, line 24093 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_beta/classes.rb, line 24098 def update!(**args) @canonical_url = args[:canonical_url] if args.key?(:canonical_url) @url = args[:url] if args.key?(:url) end