Class TransferJobTransferSpecTransferOptionsGetArgs
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 TransferJobTransferSpecTransferOptionsGetArgs : ResourceArgs
Constructors
View SourceTransferJobTransferSpecTransferOptionsGetArgs()
Declaration
public TransferJobTransferSpecTransferOptionsGetArgs()
Properties
View SourceDeleteObjectsFromSourceAfterTransfer
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> |
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> |
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> |