Show / Hide Table of Contents

Class VolumeV1AttachmentGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeV1AttachmentGetArgs
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.OpenStack.BlockStorage.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class VolumeV1AttachmentGetArgs : ResourceArgs

Constructors

View Source

VolumeV1AttachmentGetArgs()

Declaration
public VolumeV1AttachmentGetArgs()

Properties

View Source

Device

Declaration
public Input<string> Device { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceId

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