GoogleApi.Compute.V1.Model.ShareSettings (google_api_compute v0.47.0) View Source
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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.ShareSettings{
projectMap:
%{
optional(String.t()) =>
GoogleApi.Compute.V1.Model.ShareSettingsProjectConfig.t()
}
| nil,
shareType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.