GoogleApi.NetworkManagement.V1.Model.InstanceInfo (google_api_network_management v0.39.0)

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.
  • pscNetworkAttachmentUri (type: String.t, default: nil) - URI of the PSC network attachment the NIC is attached to (if relevant).
  • serviceAccount (type: String.t, default: nil) - Service account authorized for the instance.
  • uri (type: String.t, default: nil) - URI of a Compute Engine instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.