Class: Google::Cloud::NetworkManagement::V1::NetworkInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns Name of a Compute Engine network.

Returns:

  • (::String)

    Name of a Compute Engine network.



281
282
283
284
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 281

class NetworkInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#matched_ip_range::String

Returns The IP range that matches the test.

Returns:

  • (::String)

    The IP range that matches the test.



281
282
283
284
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 281

class NetworkInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI of a Compute Engine network.

Returns:

  • (::String)

    URI of a Compute Engine network.



281
282
283
284
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 281

class NetworkInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end