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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class VolumeAttachmentArgs : ResourceArgs

Constructors

View Source

VolumeAttachmentArgs()

Declaration
public VolumeAttachmentArgs()

Properties

View Source

DeviceId

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

VolumeId

The ID of the volume to attach

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