public sealed class WorkstationConfig.Types.ReadinessCheck : IMessage<WorkstationConfig.Types.ReadinessCheck>, IEquatable<WorkstationConfig.Types.ReadinessCheck>, IDeepCloneable<WorkstationConfig.Types.ReadinessCheck>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.ReadinessCheck.
A readiness check to be performed on a workstation.
Implements
IMessageWorkstationConfigTypesReadinessCheck, IEquatableWorkstationConfigTypesReadinessCheck, IDeepCloneableWorkstationConfigTypesReadinessCheck, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ReadinessCheck()
public ReadinessCheck()ReadinessCheck(ReadinessCheck)
public ReadinessCheck(WorkstationConfig.Types.ReadinessCheck other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkstationConfigTypesReadinessCheck |
Properties
Path
public string Path { get; set; }Optional. Path to which the request should be sent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Port
public int Port { get; set; }Optional. Port to which the request should be sent.
| Property Value | |
|---|---|
| Type | Description |
int |
|