Show / Hide Table of Contents

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 Source

Age

Minimum age of an object in days to satisfy this condition.

Declaration
public readonly int? Age
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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
View Source

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>
View Source

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>
View Source

WithState

Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: &quot;LIVE&quot;, &quot;ARCHIVED&quot;, &quot;ANY&quot;.

Declaration
public readonly string WithState
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.