Cloud Quotas v1 API - Class RolloutInfo (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud Quotas v1 API class RolloutInfo.

[Output only] Rollout information of a quota.

Inheritance

object > RolloutInfo

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

RolloutInfo()

public RolloutInfo()

RolloutInfo(RolloutInfo)

public RolloutInfo(RolloutInfo other)
Parameter
Name Description
other RolloutInfo

Properties

OngoingRollout

public bool OngoingRollout { get; set; }

Whether there is an ongoing rollout for a quota or not.

Property Value
Type Description
bool