Class VolumeAttachmentArgs
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class VolumeAttachmentArgs : ResourceArgs
Constructors
View SourceVolumeAttachmentArgs()
Declaration
public VolumeAttachmentArgs()
Properties
View SourceDeviceId
The ID of the device to which the volume should be attached
Declaration
public Input<string> DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VolumeId
The ID of the volume to attach
Declaration
public Input<string> VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |