AlloyDB v1alpha API - Class UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule (1.0.0-alpha14)

public sealed class UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule : IMessage<UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule>, IEquatable<UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule>, IDeepCloneable<UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule.

Timing information for the stage execution.

Inheritance

object > UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

StageSchedule()

public StageSchedule()

StageSchedule(StageSchedule)

public StageSchedule(UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule other)
Parameter
Name Description
other UpgradeClusterStatusTypesStageStatusTypesStageSchedule

Properties

ActualEndTime

public Timestamp ActualEndTime { get; set; }

Actual end time of the stage. Set only if the stage has completed.

Property Value
Type Description
Timestamp

ActualStartTime

public Timestamp ActualStartTime { get; set; }

Actual start time of the stage. Set only if the stage has started.

Property Value
Type Description
Timestamp

EstimatedEndTime

public Timestamp EstimatedEndTime { get; set; }

When the stage is expected to end. Set only if the stage has not completed yet.

Property Value
Type Description
Timestamp

EstimatedStartTime

public Timestamp EstimatedStartTime { get; set; }

When the stage is expected to start. Set only if the stage has not started yet.

Property Value
Type Description
Timestamp