Show / Hide Table of Contents

Class GetVolumeV2Args

Inheritance
System.Object
InputArgs
InvokeArgs
GetVolumeV2Args
Inherited Members
InvokeArgs.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
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetVolumeV2Args : InvokeArgs

Constructors

View Source

GetVolumeV2Args()

Declaration
public GetVolumeV2Args()

Properties

View Source

Bootable

Indicates if the volume is bootable.

Declaration
public string Bootable { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

Name

The name of the volume.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region in which to obtain the V2 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
View Source

Status

The status of the volume.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

VolumeType

The type of the volume.

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