Class ObjectStorageBucketState
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class ObjectStorageBucketState : ResourceArgs
Constructors
View SourceObjectStorageBucketState()
Declaration
public ObjectStorageBucketState()
Properties
View SourceCluster
The cluster of the Linode Object Storage Bucket.
Declaration
public Input<string> Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Label
The label of the Linode Object Storage Bucket.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |