Show / Hide Table of Contents

Class BucketLifecycleRuleAction

Inheritance
System.Object
BucketLifecycleRuleAction
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 BucketLifecycleRuleAction

Fields

View Source

StorageClass

The target Storage Class of objects affected by this Lifecycle Rule. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE.

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

Type

The type of the action of this Lifecycle Rule. Supported values include: Delete and SetStorageClass.

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