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 SourceBillingCycle
The billing cycle, defaults to hourly
Declaration
public readonly string BillingCycle
Field Value
| Type | Description |
|---|---|
| System.String |
Created
Declaration
public readonly string Created
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Facility
The facility slug the volume resides in
Declaration
public readonly string Facility
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 |
Locked
Whether the volume is locked or not
Declaration
public readonly bool Locked
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
Plan
Performance plan the volume is on
Declaration
public readonly string Plan
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size in GB of the volume
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SnapshotPolicies
Declaration
public readonly ImmutableArray<GetVolumeSnapshotPolicyResult> SnapshotPolicies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVolumeSnapshotPolicyResult> |
State
The state of the volume
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Updated
Declaration
public readonly string Updated
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeId
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |