Class: Google::Cloud::NetworkManagement::V1::InstanceInfo

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 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Name of a Compute Engine instance.

Returns:

  • (::String)

    Name of a Compute Engine instance.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#external_ip::String

Returns External IP address of the network interface.

Returns:

  • (::String)

    External IP address of the network interface.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#interface::String

Returns Name of the network interface of a Compute Engine instance.

Returns:

  • (::String)

    Name of the network interface of a Compute Engine instance.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#internal_ip::String

Returns Internal IP address of the network interface.

Returns:

  • (::String)

    Internal IP address of the network interface.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#network_tags::Array<::String>

Returns Network tags configured on the instance.

Returns:

  • (::Array<::String>)

    Network tags configured on the instance.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#network_uri::String

Returns URI of a Compute Engine network.

Returns:

  • (::String)

    URI of a Compute Engine network.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#service_account::String

Returns Service account authorized for the instance.

Returns:

  • (::String)

    Service account authorized for the instance.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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

#uri::String

Returns URI of a Compute Engine instance.

Returns:

  • (::String)

    URI of a Compute Engine instance.



266
267
268
269
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 266

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