Show / Hide Table of Contents

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 Source

Bootable

Indicates if the volume is bootable.

Declaration
public readonly string Bootable
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Metadata

See Argument Reference above.

Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Name

See Argument Reference above.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Region

See Argument Reference above.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Size

The size of the volume in GBs.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

SourceVolumeId

The ID of the volume from which the current volume was created.

Declaration
public readonly string SourceVolumeId
Field Value
Type Description
System.String
View Source

Status

See Argument Reference above.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

VolumeType

The type of the volume.

Declaration
public readonly string VolumeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.