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

Error

Errors encountered during the queueing or provisioning phases of the ResizeRequest.

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

ETag

The ETag of the item.

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

QueuingPolicy

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