Class RuntimeHost
Runtime host for the workstation.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations .v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class RuntimeHost : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GceInstanceHost
Specifies a Compute Engine instance as the host.
Declaration
[JsonProperty("gceInstanceHost")]
public virtual GceInstanceHost GceInstanceHost { get; set; }
Property Value
Type | Description |
---|---|
Gce |