Class: Google::Apis::ComputeBeta::PacketMirroringsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::PacketMirroringsScopedList
- 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
-
#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.
23631 23632 23633 |
# File 'generated/google/apis/compute_beta/classes.rb', line 23631 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
23623 23624 23625 |
# File 'generated/google/apis/compute_beta/classes.rb', line 23623 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
23629 23630 23631 |
# File 'generated/google/apis/compute_beta/classes.rb', line 23629 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23636 23637 23638 23639 |
# File 'generated/google/apis/compute_beta/classes.rb', line 23636 def update!(**args) @packet_mirrorings = args[:packet_mirrorings] if args.key?(:packet_mirrorings) @warning = args[:warning] if args.key?(:warning) end |