Class ScheduleArgs
Inheritance
System.Object
ScheduleArgs
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()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ScheduleArgs : ResourceArgs
Constructors
View Source
ScheduleArgs()
Declaration
Properties
View Source
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
LaunchExpirationTime
Declaration
public Input<int> LaunchExpirationTime { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
LaunchTime
Declaration
public Input<string> LaunchTime { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RecurrenceEndTime
Declaration
public Input<string> RecurrenceEndTime { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RecurrenceType
Declaration
public Input<string> RecurrenceType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RecurrenceValue
Declaration
public Input<string> RecurrenceValue { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ScheduledAction
Declaration
public Input<string> ScheduledAction { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ScheduledTaskName
Declaration
public Input<string> ScheduledTaskName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
TaskEnabled
Declaration
public Input<bool> TaskEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|