Class VolumeState
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 VolumeState : ResourceArgs
Constructors
View SourceVolumeState()
Declaration
public VolumeState()
Properties
View SourceFilesystemPath
The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
Declaration
public Input<string> FilesystemPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Label
The label of the Linode Volume
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LinodeId
The ID of a Linode Instance where the the Volume should be attached.
Declaration
public Input<int> LinodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Region
The region where this volume will be deployed. Examples are "us-east", "us-west", "ap-south", etc. Changing region forces the creation of a new Linode Volume..
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
Size of the Volume in GB.
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
The status of the volume, indicating the current readiness state.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A list of tags applied to this object. Tags are for organizational purposes only.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |