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

public sealed class WorkstationConfig.Types.ReadinessCheck : IMessage<WorkstationConfig.Types.ReadinessCheck>, IEquatable<WorkstationConfig.Types.ReadinessCheck>, IDeepCloneable<WorkstationConfig.Types.ReadinessCheck>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.ReadinessCheck.

A readiness check to be performed on a workstation.

Inheritance

object > WorkstationConfig.Types.ReadinessCheck

Namespace

Google.Cloud.Workstations.V1

Assembly

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