Show / Hide Table of Contents

Class TransferJobScheduleStartTimeOfDay

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

Fields

View Source

Hours

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

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

Minutes

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

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

Nanos

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

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

Seconds

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

Declaration
public readonly int Seconds
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.