Show / Hide Table of Contents

Class BucketLifecycleRuleTransition

Inheritance
System.Object
BucketLifecycleRuleTransition
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.AliCloud.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BucketLifecycleRuleTransition

Fields

View Source

CreatedBeforeDate

Specifies the time before which the rules take effect. The date must conform to the ISO8601 format and always be UTC 00:00. For example: 2002-10-11T00:00:00.000Z indicates that objects updated before 2002-10-11T00:00:00.000Z are deleted or converted to another storage class, and objects updated after this time (including this time) are not deleted or converted.

Declaration
public readonly string CreatedBeforeDate
Field Value
Type Description
System.String
View Source

Days

Specifies the number of days after object creation when the specific rule action takes effect.

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

StorageClass

Specifies the storage class that objects that conform to the rule are converted into. The storage class of the objects in a bucket of the IA storage class can be converted into Archive but cannot be converted into Standard. Values: IA, Archive.

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