Class BucketLifecycleRuleCondition
Inheritance
System.Object
BucketLifecycleRuleCondition
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRuleCondition
Fields
View SourceAge
Minimum age of an object in days to satisfy this condition.
Declaration
public readonly int? Age
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
CreatedBefore
Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
Declaration
public readonly string CreatedBefore
Field Value
| Type | Description |
|---|---|
| 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 readonly ImmutableArray<string> MatchesStorageClasses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NumNewerVersions
Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
Declaration
public readonly int? NumNewerVersions
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WithState
Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
Declaration
public readonly string WithState
Field Value
| Type | Description |
|---|---|
| System.String |