Class: Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoInstanceInfo>
A set of virtual machine instances that are being mirrored.
-
#subnetworks ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoSubnetInfo>
A set of subnetworks for which traffic from/to all VM instances will be mirrored.
-
#tags ⇒ ::Array<::String>
A set of mirrored tags.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoInstanceInfo>
Returns A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.
22810 22811 22812 22813 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22810 class PacketMirroringMirroredResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetworks ⇒ ::Array<::Google::Cloud::Compute::V1::PacketMirroringMirroredResourceInfoSubnetInfo>
Returns A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.
22810 22811 22812 22813 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22810 class PacketMirroringMirroredResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tags ⇒ ::Array<::String>
Returns A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
22810 22811 22812 22813 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22810 class PacketMirroringMirroredResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |