Show / Hide Table of Contents

Class InstanceManagedByIgmErrorInstanceActionDetails

Inheritance
System.Object
InstanceManagedByIgmErrorInstanceActionDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceManagedByIgmErrorInstanceActionDetails : IDirectResponseSchema

Properties

Action

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Instance

[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type Description
System.String

Version

[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

Declaration
[JsonProperty("version")]
public virtual ManagedInstanceVersion Version { get; set; }
Property Value
Type Description
ManagedInstanceVersion

Implements

IDirectResponseSchema
In This Article
Back to top