Class ClusterMaintenancePolicyRecurringWindowGetArgs
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 ClusterMaintenancePolicyRecurringWindowGetArgs : ResourceArgs
Constructors
View SourceClusterMaintenancePolicyRecurringWindowGetArgs()
Declaration
public ClusterMaintenancePolicyRecurringWindowGetArgs()
Properties
View SourceEndTime
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recurrence
Declaration
public Input<string> Recurrence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |