Show / Hide Table of Contents

Class BucketLifecycleRuleConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketLifecycleRuleConditionArgs
Inherited Members
ResourceArgs.Empty
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 Source

BucketLifecycleRuleConditionArgs()

Declaration
public BucketLifecycleRuleConditionArgs()

Properties

View Source

Age

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

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>
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 InputList<string> MatchesStorageClasses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
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 Input<string> WithState { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.