Class TransferJobScheduleStartTimeOfDayArgs
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.Gcp.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobScheduleStartTimeOfDayArgs : ResourceArgs
Constructors
View SourceTransferJobScheduleStartTimeOfDayArgs()
Declaration
public TransferJobScheduleStartTimeOfDayArgs()
Properties
View SourceHours
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> |
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> |
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> |
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> |