class Google::Apis::ComputeV1::PacketMirroringMirroredResourceInfoSubnetInfo
Attributes
canonical_url[RW]
- Output Only
-
Unique identifier for the subnetwork; defined by the server.
Corresponds to the JSON property `canonicalUrl` @return [String]
url[RW]
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored. 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 24940 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 24945 def update!(**args) @canonical_url = args[:canonical_url] if args.key?(:canonical_url) @url = args[:url] if args.key?(:url) end