Class GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails
ContainerHealthDetails reflects the health details of a container.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails : 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> |