Class: Google::Cloud::Compute::V1::PacketMirroringsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketMirroringsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#packet_mirrorings ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroring>
A list of packetMirrorings contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of packetMirrorings when the list is empty.
Instance Attribute Details
#packet_mirrorings ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroring>
Returns A list of packetMirrorings contained in this scope.
22854 22855 22856 22857 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22854 class PacketMirroringsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of packetMirrorings when the list is empty.
22854 22855 22856 22857 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22854 class PacketMirroringsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |