google_api_network_management v0.5.0 GoogleApi.NetworkManagement.V1.Model.InstanceInfo View Source

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

Attributes

  • displayName (type: String.t, default: nil) - Name of a Compute Engine instance.
  • externalIp (type: String.t, default: nil) - External IP address of the network interface.
  • interface (type: String.t, default: nil) - Name of the network interface of a Compute Engine instance.
  • internalIp (type: String.t, default: nil) - Internal IP address of the network interface.
  • networkTags (type: list(String.t), default: nil) - Network tags configured on the instance.
  • networkUri (type: String.t, default: nil) - URI of a Compute Engine network.
  • serviceAccount (type: String.t, default: nil) - Service account authorized for the instance.
  • uri (type: String.t, default: nil) - URI of a Compute Engine instance.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1.Model.InstanceInfo{
  displayName: String.t(),
  externalIp: String.t(),
  interface: String.t(),
  internalIp: String.t(),
  networkTags: [String.t()],
  networkUri: String.t(),
  serviceAccount: String.t(),
  uri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.