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()
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetVolumeResult
Fields
View Source
Created
Declaration
public readonly string Created
Field Value
| Type |
Description |
| System.String |
|
View Source
FilesystemPath
Declaration
public readonly string FilesystemPath
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Label
Declaration
public readonly string Label
Field Value
| Type |
Description |
| System.String |
|
View Source
LinodeId
Declaration
public readonly int LinodeId
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Region
Declaration
public readonly string Region
Field Value
| Type |
Description |
| System.String |
|
View Source
Size
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Status
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Updated
Declaration
public readonly string Updated
Field Value
| Type |
Description |
| System.String |
|