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. Next ID: 7
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Compute Engine network.
-
#matched_ip_range ⇒ ::String
The IP range of the subnet matching the source IP address of the test.
-
#matched_subnet_uri ⇒ ::String
URI of the subnet matching the source IP address of the test.
-
#region ⇒ ::String
The region of the subnet matching the source IP address of the test.
-
#uri ⇒ ::String
URI of a Compute Engine network.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Compute Engine network.
344 345 346 347 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 344 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_ip_range ⇒ ::String
Returns The IP range of the subnet matching the source IP address of the test.
344 345 346 347 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 344 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_subnet_uri ⇒ ::String
Returns URI of the subnet matching the source IP address of the test.
344 345 346 347 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 344 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The region of the subnet matching the source IP address of the test.
344 345 346 347 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 344 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Compute Engine network.
344 345 346 347 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 344 class NetworkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |