Show / Hide Table of Contents

Class VolumeAttachmentState

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

Constructors

View Source

VolumeAttachmentState()

Declaration
public VolumeAttachmentState()

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.