Class ClusterMaintenancePolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMaintenancePolicyArgs : ResourceArgs
Constructors
View SourceClusterMaintenancePolicyArgs()
Declaration
public ClusterMaintenancePolicyArgs()
Properties
View SourceDailyMaintenanceWindow
Time window specified for daily maintenance operations.
Specify start_time in RFC3339 format "HH:MM”,
where HH : [00-23] and MM : [00-59] GMT. For example:
Declaration
public Input<ClusterMaintenancePolicyDailyMaintenanceWindowArgs> DailyMaintenanceWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterMaintenancePolicyDailyMaintenanceWindowArgs> |
RecurringWindow
Time window for recurring maintenance operations.
Declaration
public Input<ClusterMaintenancePolicyRecurringWindowArgs> RecurringWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterMaintenancePolicyRecurringWindowArgs> |