View Source GoogleApi.Notebooks.V1.Model.UpdateShieldedInstanceConfigRequest (google_api_notebooks v0.15.0)

Request for updating the Shielded Instance config for a notebook instance. You can only use this method on a stopped instance

Attributes

  • shieldedInstanceConfig (type: GoogleApi.Notebooks.V1.Model.ShieldedInstanceConfig.t, default: nil) - ShieldedInstance configuration to be updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.UpdateShieldedInstanceConfigRequest{
  shieldedInstanceConfig:
    GoogleApi.Notebooks.V1.Model.ShieldedInstanceConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.