View Source GoogleApi.BareMetalSolution.V2.Model.ReimageInstanceRequest (google_api_bare_metal_solution v0.6.0)

Message requesting to perform reimage operation on a server.

Attributes

  • kmsKeyVersion (type: String.t, default: nil) - Optional. Name of the KMS crypto key version used to encrypt the initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose. Format is projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}.
  • osImage (type: String.t, default: nil) - Required. The OS image code of the image which will be used in the reimage operation.
  • sshKeys (type: list(String.t), default: nil) - Optional. List of SSH Keys used during reimaging an instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ReimageInstanceRequest{
  kmsKeyVersion: String.t() | nil,
  osImage: String.t() | nil,
  sshKeys: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.