Class VolumeAttachmentGetArgs
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.OpenStack.BlockStorage.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class VolumeAttachmentGetArgs : ResourceArgs
Constructors
View SourceVolumeAttachmentGetArgs()
Declaration
public VolumeAttachmentGetArgs()
Properties
View SourceDevice
Declaration
public Input<string> Device { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |