Class: Google::Apis::ComputeAlpha::PacketMirroringCollectorInfo

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) ⇒ PacketMirroringCollectorInfo

Returns a new instance of PacketMirroringCollectorInfo



22442
22443
22444
# File 'generated/google/apis/compute_alpha/classes.rb', line 22442

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

Instance Attribute Details

#instancesArray<Google::Apis::ComputeAlpha::PacketMirroringCollectorInfoInstanceInfo>

A set of virtual machines configured as destination of the mirrored traffic. They must live in zones contained in the same region as this packetMirroring. Corresponds to the JSON property instances



22440
22441
22442
# File 'generated/google/apis/compute_alpha/classes.rb', line 22440

def instances
  @instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22447
22448
22449
# File 'generated/google/apis/compute_alpha/classes.rb', line 22447

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