Show / Hide Table of Contents

Class ContainerHealthDetails

ContainerHealthDetails reflects the health details of a container.

Inheritance
object
ContainerHealthDetails
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class ContainerHealthDetails : IDirectResponseSchema

Properties

CurrentConfigVersion

The version of the current config.

Declaration
[JsonProperty("currentConfigVersion")]
public virtual string CurrentConfigVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMsg

The latest error message.

Declaration
[JsonProperty("errorMsg")]
public virtual string ErrorMsg { get; set; }
Property Value
Type Description
string

ExpectedConfigVersion

The version of the expected config.

Declaration
[JsonProperty("expectedConfigVersion")]
public virtual string ExpectedConfigVersion { get; set; }
Property Value
Type Description
string

ExtendedStatus

The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.

Declaration
[JsonProperty("extendedStatus")]
public virtual IDictionary<string, string> ExtendedStatus { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX