Class: Google::Apis::ComputeV1::PacketMirroringsScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PacketMirroringsScopedList

Returns a new instance of PacketMirroringsScopedList.



42486
42487
42488
# File 'lib/google/apis/compute_v1/classes.rb', line 42486

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

Instance Attribute Details

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

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



42478
42479
42480
# File 'lib/google/apis/compute_v1/classes.rb', line 42478

def packet_mirrorings
  @packet_mirrorings
end

#warningGoogle::Apis::ComputeV1::PacketMirroringsScopedList::Warning

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



42484
42485
42486
# File 'lib/google/apis/compute_v1/classes.rb', line 42484

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42491
42492
42493
42494
# File 'lib/google/apis/compute_v1/classes.rb', line 42491

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