public sealed class InstanceManagedByIgmErrorInstanceActionDetails : IMessage<InstanceManagedByIgmErrorInstanceActionDetails>, IEquatable<InstanceManagedByIgmErrorInstanceActionDetails>, IDeepCloneable<InstanceManagedByIgmErrorInstanceActionDetails>, IBufferMessage, IMessage
Implements
IMessageInstanceManagedByIgmErrorInstanceActionDetails, IEquatableInstanceManagedByIgmErrorInstanceActionDetails, IDeepCloneableInstanceManagedByIgmErrorInstanceActionDetails, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceManagedByIgmErrorInstanceActionDetails()
public InstanceManagedByIgmErrorInstanceActionDetails()
InstanceManagedByIgmErrorInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails)
public InstanceManagedByIgmErrorInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails other)
Parameter | |
---|---|
Name | Description |
other | InstanceManagedByIgmErrorInstanceActionDetails |
Properties
Action
public string Action { get; set; }
[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
HasAction
public bool HasAction { get; }
Gets whether the "action" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasInstance
public bool HasInstance { get; }
Gets whether the "instance" field is set
Property Value | |
---|---|
Type | Description |
bool |
Instance
public string Instance { get; set; }
[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
Property Value | |
---|---|
Type | Description |
string |
Version
public ManagedInstanceVersion Version { get; set; }
[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.
Property Value | |
---|---|
Type | Description |
ManagedInstanceVersion |