Class: Google::Apis::ComputeAlpha::PacketMirroringCollectorInfoInstanceInfo
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::PacketMirroringCollectorInfoInstanceInfo
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#url ⇒ String
Resource URL to the virtual machine instance configured as destination of the mirrored traffic.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PacketMirroringCollectorInfoInstanceInfo
constructor
A new instance of PacketMirroringCollectorInfoInstanceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ PacketMirroringCollectorInfoInstanceInfo
Returns a new instance of PacketMirroringCollectorInfoInstanceInfo
22914 22915 22916 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22914 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
Resource URL to the virtual machine instance configured as destination of the
mirrored traffic.
Corresponds to the JSON property url
22912 22913 22914 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22912 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22919 22920 22921 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 22919 def update!(**args) @url = args[:url] if args.key?(:url) end |