GoogleApi.Workstations.V1.Model.Host (google_api_workstations v0.7.0)
View SourceRuntime host for a workstation.
Attributes
-
gceInstance
(type:GoogleApi.Workstations.V1.Model.GceInstance.t
, default:nil
) - Specifies a Compute Engine instance as the host.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.Host{ gceInstance: GoogleApi.Workstations.V1.Model.GceInstance.t() | nil }