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



22926
22927
22928
# File 'generated/google/apis/compute_alpha/classes.rb', line 22926

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)


22924
22925
22926
# File 'generated/google/apis/compute_alpha/classes.rb', line 22924

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22931
22932
22933
# File 'generated/google/apis/compute_alpha/classes.rb', line 22931

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