Class VolumeAttachState
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.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class VolumeAttachState : ResourceArgs
Constructors
View SourceVolumeAttachState()
Declaration
public VolumeAttachState()
Properties
View SourceDevice
See Argument Reference above. NOTE: The correctness of this information is dependent upon the hypervisor in use. In some cases, this should not be used as an authoritative piece of information.
Declaration
public Input<string> Device { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The ID of the Instance to attach the Volume to.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Multiattach
Enable attachment of multiattach-capable volumes.
Declaration
public Input<bool> Multiattach { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Region
The region in which to obtain the V2 Compute client.
A Compute client is needed to create a volume attachment. If omitted, the
region argument of the provider is used. Changing this creates a
new volume attachment.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VolumeId
The ID of the Volume to attach to an Instance.
Declaration
public Input<string> VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |