Show / Hide Table of Contents

Class ClusterMaintenancePolicy

Inheritance
System.Object
ClusterMaintenancePolicy
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMaintenancePolicy

Fields

View Source

DailyMaintenanceWindow

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 readonly ClusterMaintenancePolicyDailyMaintenanceWindow DailyMaintenanceWindow
Field Value
Type Description
ClusterMaintenancePolicyDailyMaintenanceWindow
View Source

RecurringWindow

Time window for recurring maintenance operations.

Declaration
public readonly ClusterMaintenancePolicyRecurringWindow RecurringWindow
Field Value
Type Description
ClusterMaintenancePolicyRecurringWindow
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.