Show / Hide Table of Contents

Class Probe

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Inheritance
object
Probe
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX