View Source GoogleApi.BareMetalSolution.V2.Model.DetachLunRequest (google_api_bare_metal_solution v0.5.0)

Message for detach specific LUN from an Instance.

Attributes

  • lun (type: String.t, default: nil) - Required. Name of the Lun to detach.
  • skipReboot (type: boolean(), default: nil) - If true, performs lun unmapping without instance reboot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.DetachLunRequest{
  lun: String.t() | nil,
  skipReboot: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.