Show / Hide Table of Contents

Class TransferJobScheduleStartTimeOfDayArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TransferJobScheduleStartTimeOfDayArgs
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 TransferJobScheduleStartTimeOfDayArgs : ResourceArgs

Constructors

View Source

TransferJobScheduleStartTimeOfDayArgs()

Declaration
public TransferJobScheduleStartTimeOfDayArgs()

Properties

View Source

Hours

Hours of day in 24 hour format. Should be from 0 to 23

Declaration
public Input<int> Hours { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Minutes

Minutes of hour of day. Must be from 0 to 59.

Declaration
public Input<int> Minutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Nanos

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

Declaration
public Input<int> Nanos { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Seconds

Seconds of minutes of the time. Must normally be from 0 to 59.

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