public sealed class WorkstationConfig.Types.Host : IMessage<WorkstationConfig.Types.Host>, IEquatable<WorkstationConfig.Types.Host>, IDeepCloneable<WorkstationConfig.Types.Host>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.Host.
Runtime host for a workstation.
Implements
IMessageWorkstationConfigTypesHost, IEquatableWorkstationConfigTypesHost, IDeepCloneableWorkstationConfigTypesHost, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
Host()
public Host()
Host(Host)
public Host(WorkstationConfig.Types.Host other)
Parameter | |
---|---|
Name | Description |
other | WorkstationConfigTypesHost |
Properties
ConfigCase
public WorkstationConfig.Types.Host.ConfigOneofCase ConfigCase { get; }
Property Value | |
---|---|
Type | Description |
WorkstationConfigTypesHostConfigOneofCase |
GceInstance
public WorkstationConfig.Types.Host.Types.GceInstance GceInstance { get; set; }
Specifies a Compute Engine instance as the host.
Property Value | |
---|---|
Type | Description |
WorkstationConfigTypesHostTypesGceInstance |