Compute Engine v1 API - Class InstanceGroupManagerStatusAllInstancesConfig (2.15.0)

public sealed class InstanceGroupManagerStatusAllInstancesConfig : IMessage<InstanceGroupManagerStatusAllInstancesConfig>, IEquatable<InstanceGroupManagerStatusAllInstancesConfig>, IDeepCloneable<InstanceGroupManagerStatusAllInstancesConfig>, IBufferMessage, IMessage

Inheritance

object > InstanceGroupManagerStatusAllInstancesConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagerStatusAllInstancesConfig()

public InstanceGroupManagerStatusAllInstancesConfig()

InstanceGroupManagerStatusAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig)

public InstanceGroupManagerStatusAllInstancesConfig(InstanceGroupManagerStatusAllInstancesConfig other)
Parameter
NameDescription
otherInstanceGroupManagerStatusAllInstancesConfig

Properties

CurrentRevision

public string CurrentRevision { get; set; }

[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.

Property Value
TypeDescription
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
TypeDescription
bool

HasCurrentRevision

public bool HasCurrentRevision { get; }

Gets whether the "current_revision" field is set

Property Value
TypeDescription
bool

HasEffective

public bool HasEffective { get; }

Gets whether the "effective" field is set

Property Value
TypeDescription
bool