Show / Hide Table of Contents

Class BucketLifecycleRuleActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketLifecycleRuleActionArgs
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 BucketLifecycleRuleActionArgs : ResourceArgs

Constructors

View Source

BucketLifecycleRuleActionArgs()

Declaration
public BucketLifecycleRuleActionArgs()

Properties

View Source

StorageClass

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

Declaration
public Input<string> StorageClass { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

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

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.