class Google::Apis::ComputeBeta::PacketMirroringsScopedList

Attributes

packet_mirrorings[RW]

A list of packetMirrorings contained in this scope. Corresponds to the JSON property `packetMirrorings` @return [Array<Google::Apis::ComputeBeta::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::ComputeBeta::PacketMirroringsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 24351
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_beta/classes.rb, line 24356
def update!(**args)
  @packet_mirrorings = args[:packet_mirrorings] if args.key?(:packet_mirrorings)
  @warning = args[:warning] if args.key?(:warning)
end