Class: Google::Cloud::Compute::V1::PacketMirroringForwardingRuleInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketMirroringForwardingRuleInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#canonical_url ⇒ ::String
[Output Only] Unique identifier for the forwarding rule; defined by the server.
-
#url ⇒ ::String
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
Instance Attribute Details
#canonical_url ⇒ ::String
Returns [Output Only] Unique identifier for the forwarding rule; defined by the server.
22772 22773 22774 22775 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22772 class PacketMirroringForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
22772 22773 22774 22775 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22772 class PacketMirroringForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |