Cloud Workstations v1 API - Class WorkstationConfig.Types.Host (1.3.0)

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.

Inheritance

object > WorkstationConfig.Types.Host

Namespace

Google.Cloud.Workstations.V1

Assembly

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