Show / Hide Table of Contents

Class TransferJobScheduleGetArgs

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

Constructors

View Source

TransferJobScheduleGetArgs()

Declaration
public TransferJobScheduleGetArgs()

Properties

View Source

ScheduleEndDate

The last day the recurring transfer will be run. If schedule_end_date is the same as schedule_start_date, the transfer will be executed only once. Structure documented below.

Declaration
public Input<TransferJobScheduleScheduleEndDateGetArgs> ScheduleEndDate { get; set; }
Property Value
Type Description
Input<TransferJobScheduleScheduleEndDateGetArgs>
View Source

ScheduleStartDate

The first day the recurring transfer is scheduled to run. If schedule_start_date is in the past, the transfer will run for the first time on the following day. Structure documented below.

Declaration
public Input<TransferJobScheduleScheduleStartDateGetArgs> ScheduleStartDate { get; set; }
Property Value
Type Description
Input<TransferJobScheduleScheduleStartDateGetArgs>
View Source

StartTimeOfDay

The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone. Structure documented below.

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