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 SourceDescription
Text describing a block storage volume.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DropletIds
A list of associated Droplet ids.
Declaration
public readonly ImmutableArray<int> DropletIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
FilesystemLabel
Filesystem label currently in-use on the block storage volume.
Declaration
public readonly string FilesystemLabel
Field Value
| Type | Description |
|---|---|
| System.String |
FilesystemType
Filesystem type currently in-use on the block storage volume.
Declaration
public readonly string FilesystemType
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 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the block storage volume in GiB.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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> |
Urn
Declaration
public readonly string Urn
Field Value
| Type | Description |
|---|---|
| System.String |