Show / Hide Table of Contents

Class VolumeAttachmentArgs

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

Constructors

View Source

VolumeAttachmentArgs()

Declaration
public VolumeAttachmentArgs()

Properties

View Source

DropletId

ID of the Droplet to attach the volume to.

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

VolumeId

ID of the Volume to be attached to the Droplet.

Declaration
public Input<string> VolumeId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.