Class: Google::Apis::ComputeAlpha::PacketMirroringCollectorInfoInstanceInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PacketMirroringCollectorInfoInstanceInfo

Returns a new instance of PacketMirroringCollectorInfoInstanceInfo



22543
22544
22545
# File 'generated/google/apis/compute_alpha/classes.rb', line 22543

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#urlString

Resource URL to the virtual machine instance configured as destination of the mirrored traffic. Corresponds to the JSON property url

Returns:

  • (String)


22541
22542
22543
# File 'generated/google/apis/compute_alpha/classes.rb', line 22541

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22548
22549
22550
# File 'generated/google/apis/compute_alpha/classes.rb', line 22548

def update!(**args)
  @url = args[:url] if args.key?(:url)
end