Class TransferJobTransferSpecObjectConditionsArgs
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 TransferJobTransferSpecObjectConditionsArgs : ResourceArgs
Constructors
View SourceTransferJobTransferSpecObjectConditionsArgs()
Declaration
public TransferJobTransferSpecObjectConditionsArgs()
Properties
View SourceExcludePrefixes
exclude_prefixes must follow the requirements described for include_prefixes. See Requirements.
Declaration
public InputList<string> ExcludePrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IncludePrefixes
If include_refixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.
Declaration
public InputList<string> IncludePrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MaxTimeElapsedSinceLastModification
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Declaration
public Input<string> MaxTimeElapsedSinceLastModification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinTimeElapsedSinceLastModification
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Declaration
public Input<string> MinTimeElapsedSinceLastModification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |