View Source GoogleApi.Compute.V1.Model.ShareSettings (google_api_compute v0.56.2)

The share setting for reservations and sole tenancy node groups.

Attributes

  • projectMap (type: %{optional(String.t) => GoogleApi.Compute.V1.Model.ShareSettingsProjectConfig.t}, default: nil) - A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
  • shareType (type: String.t, default: nil) - Type of sharing for this shared-reservation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ShareSettings{
  projectMap:
    %{
      optional(String.t()) =>
        GoogleApi.Compute.V1.Model.ShareSettingsProjectConfig.t()
    }
    | nil,
  shareType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.