Show / Hide Table of Contents

Class InstanceGroupManagerStatusStateful

Inheritance
object
InstanceGroupManagerStatusStateful
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceGroupManagerStatusStateful : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HasStatefulConfig

[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.

Declaration
[JsonProperty("hasStatefulConfig")]
public virtual bool? HasStatefulConfig { get; set; }
Property Value
Type Description
bool?

PerInstanceConfigs

[Output Only] Status of per-instance configurations on the instances.

Declaration
[JsonProperty("perInstanceConfigs")]
public virtual InstanceGroupManagerStatusStatefulPerInstanceConfigs PerInstanceConfigs { get; set; }
Property Value
Type Description
InstanceGroupManagerStatusStatefulPerInstanceConfigs

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX