Show / Hide Table of Contents

Class ManagedInstance

A Managed Instance resource.

Inheritance
object
ManagedInstance
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 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

CurrentActionDetails

Declaration
[JsonProperty("currentActionDetails")]
public virtual ManagedInstanceCurrentActionDetails CurrentActionDetails { get; set; }
Property Value
Type Description
ManagedInstanceCurrentActionDetails

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

InstanceFlexibilityOverride

[Output Only] The overrides to instance properties resulting from InstanceFlexibilityPolicy.

Declaration
[JsonProperty("instanceFlexibilityOverride")]
public virtual ManagedInstanceInstanceFlexibilityOverride InstanceFlexibilityOverride { get; set; }
Property Value
Type Description
ManagedInstanceInstanceFlexibilityOverride

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

InstanceTemplate

[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.

Declaration
[JsonProperty("instanceTemplate")]
public virtual string InstanceTemplate { 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

Scheduling

[Output Only] Information about the termination timestamp of the instance, if applicable.

Declaration
[JsonProperty("scheduling")]
public virtual ManagedInstanceScheduling Scheduling { get; set; }
Property Value
Type Description
ManagedInstanceScheduling

SizeInUnit

[Output only] The size of the VM represented by this Managed Instance. This is how much this Managed Instance contributes to the size of the group.

Declaration
[JsonProperty("sizeInUnit")]
public virtual float? SizeInUnit { get; set; }
Property Value
Type Description
float?

Tag

[Output Only] Tag describing the version.

Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX