Class GetVolumeV2Result
Inheritance
System.Object
GetVolumeV2Result
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 GetVolumeV2Result
Fields
View SourceBootable
Indicates if the volume is bootable.
Declaration
public readonly string Bootable
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
See Argument Reference above.
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the volume in GBs.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourceVolumeId
The ID of the volume from which the current volume was created.
Declaration
public readonly string SourceVolumeId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
See Argument Reference above.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeType
The type of the volume.
Declaration
public readonly string VolumeType
Field Value
| Type | Description |
|---|---|
| System.String |