Show / Hide Table of Contents

Class VolumeArgs

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

Constructors

View Source

VolumeArgs()

Declaration
public VolumeArgs()

Properties

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

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.