Show / Hide Table of Contents

Class VolumeState

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeState
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class VolumeState : ResourceArgs

Constructors

View Source

VolumeState()

Declaration
public VolumeState()

Properties

View Source

FilesystemPath

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>
View Source

Label

The label of the Linode Volume

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

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>
View Source

Region

The region where this volume will be deployed. Examples are &quot;us-east&quot;, &quot;us-west&quot;, &quot;ap-south&quot;, 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>
View Source

Size

Size of the Volume in GB.

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.