Class ManagedInstance
A Managed Instance resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ManagedInstance : IDirectResponseSchema
Properties
AllInstancesConfig
[Output Only] Current all-instances configuration revision applied to this instance.
Declaration
[JsonProperty("allInstancesConfig")]
public virtual ManagedInstanceAllInstancesConfig AllInstancesConfig { get; set; }
Property Value
Type | Description |
---|---|
ManagedInstanceAllInstancesConfig |
CurrentAction
[Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified.
Declaration
[JsonProperty("currentAction")]
public virtual string CurrentAction { 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 |
Id
[Output only] The unique identifier for this resource. This field is empty when instance does not exist.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Instance
[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceHealth
[Output Only] Health state of the instance per health-check.
Declaration
[JsonProperty("instanceHealth")]
public virtual IList<ManagedInstanceInstanceHealth> InstanceHealth { get; set; }
Property Value
Type | Description |
---|---|
IList<ManagedInstanceInstanceHealth> |
InstanceStatus
[Output Only] The status of the instance. This field is empty when the instance does not exist.
Declaration
[JsonProperty("instanceStatus")]
public virtual string InstanceStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
LastAttempt
[Output Only] Information about the last attempt to create or delete the instance.
Declaration
[JsonProperty("lastAttempt")]
public virtual ManagedInstanceLastAttempt LastAttempt { get; set; }
Property Value
Type | Description |
---|---|
ManagedInstanceLastAttempt |
Name
[Output Only] The name of the instance. The name always exists even if the instance has not yet been created.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PreservedStateFromConfig
[Output Only] Preserved state applied from per-instance config for this instance.
Declaration
[JsonProperty("preservedStateFromConfig")]
public virtual PreservedState PreservedStateFromConfig { get; set; }
Property Value
Type | Description |
---|---|
PreservedState |
PreservedStateFromPolicy
[Output Only] Preserved state generated based on stateful policy for this instance.
Declaration
[JsonProperty("preservedStateFromPolicy")]
public virtual PreservedState PreservedStateFromPolicy { get; set; }
Property Value
Type | Description |
---|---|
PreservedState |
PropertiesFromFlexibilityPolicy
[Output Only] Instance properties selected for this instance resulting from InstanceFlexibilityPolicy.
Declaration
[JsonProperty("propertiesFromFlexibilityPolicy")]
public virtual ManagedInstancePropertiesFromFlexibilityPolicy PropertiesFromFlexibilityPolicy { get; set; }
Property Value
Type | Description |
---|---|
ManagedInstancePropertiesFromFlexibilityPolicy |
TargetStatus
[Output Only] The eventual status of the instance. The instance group manager will not be identified as stable till each managed instance reaches its targetStatus.
Declaration
[JsonProperty("targetStatus")]
public virtual string TargetStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
[Output Only] Intended version of this instance.
Declaration
[JsonProperty("version")]
public virtual ManagedInstanceVersion Version { get; set; }
Property Value
Type | Description |
---|---|
ManagedInstanceVersion |