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, IMessageReference documentation and code samples for the Cloud Workstations v1 API class Workstation.Types.RuntimeHost.Types.GceInstanceHost.
The Compute Engine instance host.
Implements
IMessageWorkstationTypesRuntimeHostTypesGceInstanceHost, IEquatableWorkstationTypesRuntimeHostTypesGceInstanceHost, IDeepCloneableWorkstationTypesRuntimeHostTypesGceInstanceHost, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
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 |
|