Cloud Workstations v1 API - Class Workstation.Types.RuntimeHost.Types.GceInstanceHost (1.5.0)

public sealed class Workstation.Types.RuntimeHost.Types.GceInstanceHost : IMessage<Workstation.Types.RuntimeHost.Types.GceInstanceHost>, IEquatable<Workstation.Types.RuntimeHost.Types.GceInstanceHost>, IDeepCloneable<Workstation.Types.RuntimeHost.Types.GceInstanceHost>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Workstations v1 API class Workstation.Types.RuntimeHost.Types.GceInstanceHost.

The Compute Engine instance host.

Inheritance

object > Workstation.Types.RuntimeHost.Types.GceInstanceHost

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

GceInstanceHost()

public GceInstanceHost()

GceInstanceHost(GceInstanceHost)

public GceInstanceHost(Workstation.Types.RuntimeHost.Types.GceInstanceHost other)
Parameter
Name Description
other WorkstationTypesRuntimeHostTypesGceInstanceHost

Properties

Id

public string Id { get; set; }

Optional. Output only. The ID of the Compute Engine instance.

Property Value
Type Description
string

Name

public string Name { get; set; }

Optional. Output only. The name of the Compute Engine instance.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Optional. Output only. The zone of the Compute Engine instance.

Property Value
Type Description
string