Show / Hide Table of Contents

Class GetScheduledTasksTaskResult

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

Fields

View Source

Description

Description of the scheduled task.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

ID of the scheduled task id.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LaunchExpirationTime

The time period during which a failed scheduled task is retried.

Declaration
public readonly int LaunchExpirationTime
Field Value
Type Description
System.Int32
View Source

LaunchTime

The time at which the scheduled task is triggered.

Declaration
public readonly string LaunchTime
Field Value
Type Description
System.String
View Source

MaxValue

Declaration
public readonly int MaxValue
Field Value
Type Description
System.Int32
View Source

MinValue

Declaration
public readonly int MinValue
Field Value
Type Description
System.Int32
View Source

Name

Name of the scheduled task name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RecurrenceEndTime

Specifies the end time after which the scheduled task is no longer repeated.

Declaration
public readonly string RecurrenceEndTime
Field Value
Type Description
System.String
View Source

RecurrenceType

Specifies the recurrence type of the scheduled task.

Declaration
public readonly string RecurrenceType
Field Value
Type Description
System.String
View Source

RecurrenceValue

Specifies how often a scheduled task recurs.

Declaration
public readonly string RecurrenceValue
Field Value
Type Description
System.String
View Source

ScheduledAction

The operation to be performed when a scheduled task is triggered.

Declaration
public readonly string ScheduledAction
Field Value
Type Description
System.String
View Source

TaskEnabled

Declaration
public readonly bool TaskEnabled
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.