Class: Google::Cloud::Compute::V1::PacketMirroringNetworkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketMirroringNetworkInfo
- 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 network; defined by the server.
-
#url ⇒ ::String
URL of the network resource.
Instance Attribute Details
#canonical_url ⇒ ::String
Returns [Output Only] Unique identifier for the network; defined by the server.
22843 22844 22845 22846 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22843 class PacketMirroringNetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns URL of the network resource.
22843 22844 22845 22846 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22843 class PacketMirroringNetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |