Class Probe
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class Probe : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exec
Optional. Exec specifies the action to take. +optional
Declaration
[JsonProperty("exec")]
public virtual ExecAction Exec { get; set; }
Property Value
Type | Description |
---|---|
ExecAction |
PeriodSeconds
Optional. How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. +optional
Declaration
[JsonProperty("periodSeconds")]
public virtual int? PeriodSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? |