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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetVolumeResult

Fields

View Source

BillingCycle

The billing cycle, defaults to hourly

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

Created

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

Description

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

DeviceIds

UUIDs of devices to which this volume is attached

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

Facility

The facility slug the volume resides in

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

Locked

Whether the volume is locked or not

Declaration
public readonly bool Locked
Field Value
Type Description
System.Boolean
View Source

Name

The name of the volume

  • project_id - The project id the volume is in
Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Plan

Performance plan the volume is on

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

ProjectId

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

Size

The size in GB of the volume

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

SnapshotPolicies

Declaration
public readonly ImmutableArray<GetVolumeSnapshotPolicyResult> SnapshotPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVolumeSnapshotPolicyResult>
View Source

State

The state of the volume

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

Updated

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

VolumeId

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