Class BucketLifecycleRuleActionArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRuleActionArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleActionArgs()
Declaration
public BucketLifecycleRuleActionArgs()
Properties
View SourceStorageClass
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> |
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> |