Class InstanceManagedByIgmErrorInstanceActionDetails
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |