class Google::Apis::ComputeV1::PacketMirroringsScopedList

Attributes

packet_mirrorings[RW]

A list of packetMirrorings contained in this scope. Corresponds to the JSON property `packetMirrorings` @return [Array<Google::Apis::ComputeV1::PacketMirroring>]

warning[RW]

Informational warning which replaces the list of packetMirrorings when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::PacketMirroringsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 24673
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 24678
def update!(**args)
  @packet_mirrorings = args[:packet_mirrorings] if args.key?(:packet_mirrorings)
  @warning = args[:warning] if args.key?(:warning)
end