Class InstanceGroupManagerStatusStateful
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusStateful : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 config 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 |
|---|---|
| System.Nullable<System.Boolean> |
IsStateful
[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 config 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. This field is deprecated in favor of has_stateful_config.
Declaration
[JsonProperty("isStateful")]
public virtual bool? IsStateful { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PerInstanceConfigs
[Output Only] Status of per-instance configs on the instance.
Declaration
[JsonProperty("perInstanceConfigs")]
public virtual InstanceGroupManagerStatusStatefulPerInstanceConfigs PerInstanceConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InstanceGroupManagerStatusStatefulPerInstanceConfigs |