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.Linode
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
public readonly int Id
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
public readonly int Size
Field Value
Type Description
System.Int32
View Source

Status

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

Tags

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.