View Source GoogleApi.Dataproc.V1.Model.InstanceReference (google_api_dataproc v0.54.0)

A reference to a Compute Engine instance.

Attributes

  • instanceId (type: String.t, default: nil) - The unique identifier of the Compute Engine instance.
  • instanceName (type: String.t, default: nil) - The user-friendly name of the Compute Engine instance.
  • publicEciesKey (type: String.t, default: nil) - The public ECIES key used for sharing data with this instance.
  • publicKey (type: String.t, default: nil) - The public RSA key used for sharing data with this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.InstanceReference{
  instanceId: String.t() | nil,
  instanceName: String.t() | nil,
  publicEciesKey: String.t() | nil,
  publicKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.