Class VolumeAttachmentState
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class VolumeAttachmentState : ResourceArgs
Constructors
View SourceVolumeAttachmentState()
Declaration
public VolumeAttachmentState()
Properties
View SourceDropletId
ID of the Droplet to attach the volume to.
Declaration
public Input<int> DropletId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |