Show / Hide Table of Contents

Class ClusterScheduledClusterScanScheduleConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterScheduledClusterScanScheduleConfigArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterScheduledClusterScanScheduleConfigArgs : ResourceArgs

Constructors

View Source

ClusterScheduledClusterScanScheduleConfigArgs()

Declaration
public ClusterScheduledClusterScanScheduleConfigArgs()

Properties

View Source

CronSchedule

Crontab schedule. It should contains 5 fields "<min> <hour> <month_day> <month> <week_day>" (string)

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

Retention

Retention for etcd backup. Default 6 (int)

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