Show / Hide Table of Contents

Class ClusterMaintenancePolicyRecurringWindowGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterMaintenancePolicyRecurringWindowGetArgs
Inherited Members
ResourceArgs.Empty
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 ClusterMaintenancePolicyRecurringWindowGetArgs : ResourceArgs

Constructors

View Source

ClusterMaintenancePolicyRecurringWindowGetArgs()

Declaration
public ClusterMaintenancePolicyRecurringWindowGetArgs()

Properties

View Source

EndTime

Declaration
public Input<string> EndTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Recurrence

Declaration
public Input<string> Recurrence { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StartTime

Declaration
public Input<string> StartTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.