Class TransferJobState
Inherited Members
Namespace: Pulumi.Gcp.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobState : ResourceArgs
Constructors
View SourceTransferJobState()
Declaration
public TransferJobState()
Properties
View SourceCreationTime
When the Transfer Job was created.
Declaration
public Input<string> CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeletionTime
When the Transfer Job was deleted.
Declaration
public Input<string> DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Unique description to identify the Transfer Job.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LastModificationTime
When the Transfer Job was last modified.
Declaration
public Input<string> LastModificationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Transfer Job.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
TransferSpec
Transfer specification. Structure documented below.
Declaration
public Input<TransferJobTransferSpecGetArgs> TransferSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TransferJobTransferSpecGetArgs> |