Class InstanceGroupManagerStatusStateful
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 |
---|---|
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? |
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 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. This field is deprecated in favor of has_stateful_config.
Declaration
[JsonProperty("isStateful")]
public virtual bool? IsStateful { 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 |