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, IMessageReference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule.
Timing information for the stage execution.
Implements
IMessageUpgradeClusterStatusTypesStageStatusTypesStageSchedule, IEquatableUpgradeClusterStatusTypesStageStatusTypesStageSchedule, IDeepCloneableUpgradeClusterStatusTypesStageStatusTypesStageSchedule, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
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 |
|