Class GetVolumeV3Args
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
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetVolumeV3Args : InvokeArgs
Constructors
View SourceGetVolumeV3Args()
Declaration
public GetVolumeV3Args()
Properties
View SourceBootable
Indicates if the volume is bootable.
Declaration
public string Bootable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metadata
Metadata key/value pairs associated with the volume.
Declaration
public Dictionary<string, object> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
Name
The name of the volume.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V3 Block Storage
client. If omitted, the region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the volume.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VolumeType
The type of the volume.
Declaration
public string VolumeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |