Class BucketLifecycleRuleConditionArgs
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 BucketLifecycleRuleConditionArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleConditionArgs()
Declaration
public BucketLifecycleRuleConditionArgs()
Properties
View SourceAge
Minimum age of an object in days to satisfy this condition.
Declaration
public Input<int> Age { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CreatedBefore
Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
Declaration
public Input<string> CreatedBefore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchesStorageClasses
Storage Class of objects to satisfy this condition. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, STANDARD, DURABLE_REDUCED_AVAILABILITY.
Declaration
public InputList<string> MatchesStorageClasses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NumNewerVersions
Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
Declaration
public Input<int> NumNewerVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
WithState
Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
Declaration
public Input<string> WithState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |