Show / Hide Table of Contents

Class GetVolumeResult

Inheritance
System.Object
GetVolumeResult
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetVolumeResult

Fields

View Source

Description

Text describing a block storage volume.

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

DropletIds

A list of associated Droplet ids.

Declaration
public readonly ImmutableArray<int> DropletIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Int32>
View Source

FilesystemLabel

Filesystem label currently in-use on the block storage volume.

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

FilesystemType

Filesystem type currently in-use on the block storage volume.

Declaration
public readonly string FilesystemType
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

Name

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

Region

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

Size

The size of the block storage volume in GiB.

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

Tags

A list of the tags associated to the Volume.

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Urn

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