Class InstanceInfo (1.5.2)

InstanceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

For display only. Metadata associated with a Compute Engine instance.

Attributes

NameDescription
display_name str
Name of a Compute Engine instance.
uri str
URI of a Compute Engine instance.
interface str
Name of the network interface of a Compute Engine instance.
network_uri str
URI of a Compute Engine network.
internal_ip str
Internal IP address of the network interface.
external_ip str
External IP address of the network interface.
network_tags Sequence[str]
Network tags configured on the instance.
service_account str
Service account authorized for the instance.

Inheritance

builtins.object > proto.message.Message > InstanceInfo