Class: Google::Apis::ComputeBeta::PacketMirroringsScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

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

Returns a new instance of PacketMirroringsScopedList.



21560
21561
21562
# File 'generated/google/apis/compute_beta/classes.rb', line 21560

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

Instance Attribute Details

#packet_mirroringsArray<Google::Apis::ComputeBeta::PacketMirroring>

A list of packetMirrorings contained in this scope. Corresponds to the JSON property packetMirrorings



21552
21553
21554
# File 'generated/google/apis/compute_beta/classes.rb', line 21552

def packet_mirrorings
  @packet_mirrorings
end

#warningGoogle::Apis::ComputeBeta::PacketMirroringsScopedList::Warning

Informational warning which replaces the list of packetMirrorings when the list is empty. Corresponds to the JSON property warning



21558
21559
21560
# File 'generated/google/apis/compute_beta/classes.rb', line 21558

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21565
21566
21567
21568
# File 'generated/google/apis/compute_beta/classes.rb', line 21565

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