Show / Hide Table of Contents

Class TransferJobTransferSpecTransferOptionsArgs

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

Constructors

View Source

TransferJobTransferSpecTransferOptionsArgs()

Declaration
public TransferJobTransferSpecTransferOptionsArgs()

Properties

View Source

DeleteObjectsFromSourceAfterTransfer

Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and delete_objects_unique_in_sink are mutually exclusive.

Declaration
public Input<bool> DeleteObjectsFromSourceAfterTransfer { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DeleteObjectsUniqueInSink

Whether objects that exist only in the sink should be deleted. Note that this option and delete_objects_from_source_after_transfer are mutually exclusive.

Declaration
public Input<bool> DeleteObjectsUniqueInSink { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

OverwriteObjectsAlreadyExistingInSink

Whether overwriting objects that already exist in the sink is allowed.

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