public sealed class StartWorkstationRequest : IMessage<StartWorkstationRequest>, IEquatable<StartWorkstationRequest>, IDeepCloneable<StartWorkstationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Workstations v1 API class StartWorkstationRequest.
Request message for StartWorkstation.
Implements
IMessageStartWorkstationRequest, IEquatableStartWorkstationRequest, IDeepCloneableStartWorkstationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
StartWorkstationRequest()
public StartWorkstationRequest()StartWorkstationRequest(StartWorkstationRequest)
public StartWorkstationRequest(StartWorkstationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StartWorkstationRequest |
Properties
Etag
public string Etag { get; set; }Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. Name of the workstation to start.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. If set, validate the request and preview the review, but do not actually apply it.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
WorkstationName
public WorkstationName WorkstationName { get; set; }WorkstationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkstationName |
|