class Google::Apis::ComputeV1::PacketMirroringMirroredResourceInfoInstanceInfo
Attributes
canonical_url[RW]
- Output Only
-
Unique identifier for the instance; defined by the server.
Corresponds to the JSON property `canonicalUrl` @return [String]
url[RW]
Resource URL to the virtual machine instance which is being 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 24914 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 24919 def update!(**args) @canonical_url = args[:canonical_url] if args.key?(:canonical_url) @url = args[:url] if args.key?(:url) end