Google Kubernetes Engine v1 API - Class DailyMaintenanceWindow (3.28.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class DailyMaintenanceWindow.

Time window specified for daily maintenance operations.

Inheritance

object > DailyMaintenanceWindow

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

DailyMaintenanceWindow()

public DailyMaintenanceWindow()

DailyMaintenanceWindow(DailyMaintenanceWindow)

public DailyMaintenanceWindow(DailyMaintenanceWindow other)
Parameter
Name Description
other DailyMaintenanceWindow

Properties

Duration

public string Duration { get; set; }

[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".

Property Value
Type Description
string

StartTime

public string StartTime { get; set; }

Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.

Property Value
Type Description
string