class Google::Apis::ComputeBeta::PacketMirroringNetworkInfo
Attributes
canonical_url[RW]
- Output Only
-
Unique identifier for the network; defined by the server.
Corresponds to the JSON property `canonicalUrl` @return [String]
url[RW]
URL of the network resource. 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 24325 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 24330 def update!(**args) @canonical_url = args[:canonical_url] if args.key?(:canonical_url) @url = args[:url] if args.key?(:url) end