Show / Hide Table of Contents

Class InstanceGroupManagerResizeRequestStatus

Inheritance
object
InstanceGroupManagerResizeRequestStatus
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerResizeRequestStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Error

[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.

Declaration
[JsonProperty("error")]
public virtual InstanceGroupManagerResizeRequestStatus.ErrorData Error { get; set; }
Property Value
Type Description
InstanceGroupManagerResizeRequestStatus.ErrorData

LastAttempt

[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

Declaration
[JsonProperty("lastAttempt")]
public virtual InstanceGroupManagerResizeRequestStatusLastAttempt LastAttempt { get; set; }
Property Value
Type Description
InstanceGroupManagerResizeRequestStatusLastAttempt

QueuingPolicy

This field is deprecated, setting queueing policy is no longer supported. Constraints for the time when the instances start provisioning. Always exposed as absolute time.

Declaration
[JsonProperty("queuingPolicy")]
public virtual QueuingPolicy QueuingPolicy { get; set; }
Property Value
Type Description
QueuingPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX