Class: Google::Apis::ComputeBeta::PacketMirroringsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::PacketMirroringsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#packet_mirrorings ⇒ Array<Google::Apis::ComputeBeta::PacketMirroring>
A list of packetMirrorings contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::PacketMirroringsScopedList::Warning
Informational warning which replaces the list of packetMirrorings when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PacketMirroringsScopedList
constructor
A new instance of PacketMirroringsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PacketMirroringsScopedList
Returns a new instance of PacketMirroringsScopedList.
31010 31011 31012 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31010 def initialize(**args) update!(**args) end |
Instance Attribute Details
#packet_mirrorings ⇒ Array<Google::Apis::ComputeBeta::PacketMirroring>
A list of packetMirrorings contained in this scope.
Corresponds to the JSON property packetMirrorings
31002 31003 31004 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31002 def packet_mirrorings @packet_mirrorings end |
#warning ⇒ Google::Apis::ComputeBeta::PacketMirroringsScopedList::Warning
Informational warning which replaces the list of packetMirrorings when the
list is empty.
Corresponds to the JSON property warning
31008 31009 31010 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31008 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31015 31016 31017 31018 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31015 def update!(**args) @packet_mirrorings = args[:packet_mirrorings] if args.key?(:packet_mirrorings) @warning = args[:warning] if args.key?(:warning) end |