Show / Hide Table of Contents

Class InstanceManagedByIgmErrorInstanceActionDetails

Inheritance
object
InstanceManagedByIgmErrorInstanceActionDetails
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 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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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 Generated by DocFX