Class: Google::Cloud::NetworkManagement::V1::InstanceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::InstanceInfo
- 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
-
#display_name ⇒ ::String
Name of a Compute Engine instance.
-
#external_ip ⇒ ::String
External IP address of the network interface.
-
#interface ⇒ ::String
Name of the network interface of a Compute Engine instance.
-
#internal_ip ⇒ ::String
Internal IP address of the network interface.
-
#network_tags ⇒ ::Array<::String>
Network tags configured on the instance.
-
#network_uri ⇒ ::String
URI of a Compute Engine network.
-
#service_account ⇒ ::String
Service account authorized for the instance.
-
#uri ⇒ ::String
URI of a Compute Engine instance.
Instance Attribute Details
#display_name ⇒ ::String
Returns 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.
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.
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.
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.
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.
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.
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.
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 |