Show / Hide Table of Contents

Class TransferJobState

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

Constructors

View Source

TransferJobState()

Declaration
public TransferJobState()

Properties

View Source

CreationTime

When the Transfer Job was created.

Declaration
public Input<string> CreationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeletionTime

When the Transfer Job was deleted.

Declaration
public Input<string> DeletionTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Unique description to identify the Transfer Job.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LastModificationTime

When the Transfer Job was last modified.

Declaration
public Input<string> LastModificationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Transfer Job.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Schedule

Schedule specification defining when the Transfer Job should be scheduled to start, end and and what time to run. Structure documented below.

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

Status

Status of the job. Default: ENABLED. NOTE: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TransferSpec

Transfer specification. Structure documented below.

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