Show / Hide Table of Contents

Class PatchJobInstanceDetails

Patch details for a VM instance. For more information about reviewing VM instance details, see Listing all VM instance details for a specific patch job.

Inheritance
object
PatchJobInstanceDetails
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.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class PatchJobInstanceDetails : IDirectResponseSchema

Properties

AttemptCount

The number of times the agent that the agent attempts to apply the patch.

Declaration
[JsonProperty("attemptCount")]
public virtual long? AttemptCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

FailureReason

If the patch fails, this field provides the reason.

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

InstanceSystemId

The unique identifier for the instance. This identifier is defined by the server.

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

Name

The instance name in the form projects/*/zones/*/instances/*

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

State

Current state of instance patch.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX