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.
Implements
IMessage<DailyMaintenanceWindow>, IEquatable<DailyMaintenanceWindow>, IDeepCloneable<DailyMaintenanceWindow>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |