public sealed class InstanceGroupManagerStatusAllInstancesConfig : IMessage<InstanceGroupManagerStatusAllInstancesConfig>, IEquatable<InstanceGroupManagerStatusAllInstancesConfig>, IDeepCloneable<InstanceGroupManagerStatusAllInstancesConfig>, IBufferMessage, IMessage
Implements
IMessageInstanceGroupManagerStatusAllInstancesConfig, IEquatableInstanceGroupManagerStatusAllInstancesConfig, IDeepCloneableInstanceGroupManagerStatusAllInstancesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupManagerStatusAllInstancesConfig()
public InstanceGroupManagerStatusAllInstancesConfig()
InstanceGroupManagerStatusAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig)
public InstanceGroupManagerStatusAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig other)
Parameter | |
---|---|
Name | Description |
other |
InstanceGroupManagerStatusAllInstancesConfig |
Properties
CurrentRevision
public string CurrentRevision { get; set; }
[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.
Property Value | |
---|---|
Type | Description |
string |
Effective
public bool Effective { get; set; }
[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
Property Value | |
---|---|
Type | Description |
bool |
HasCurrentRevision
public bool HasCurrentRevision { get; }
Gets whether the "current_revision" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasEffective
public bool HasEffective { get; }
Gets whether the "effective" field is set
Property Value | |
---|---|
Type | Description |
bool |