Class: Google::Cloud::NetworkManagement::V1::NetworkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::NetworkInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Compute Engine network.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Compute Engine network.
-
#matched_ip_range ⇒ ::String
The IP range that matches the test.
-
#uri ⇒ ::String
URI of a Compute Engine network.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Compute Engine network.
311 312 313 314 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 311 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_ip_range ⇒ ::String
Returns The IP range that matches the test.
311 312 313 314 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 311 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Compute Engine network.
311 312 313 314 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 311 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |