Show / Hide Table of Contents

Class VolumeState

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeState
Inherited Members
ResourceArgs.Empty
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 VolumeState : ResourceArgs

Constructors

View Source

VolumeState()

Declaration
public VolumeState()

Properties

View Source

Attachments

A list of attachments, each with it's own href attribute

Declaration
public InputList<VolumeAttachmentGetArgs> Attachments { get; set; }
Property Value
Type Description
InputList<VolumeAttachmentGetArgs>
View Source

BillingCycle

The billing cycle, defaults to "hourly"

Declaration
public Input<string> BillingCycle { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Created

The timestamp for when the volume was created

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Optional description for the volume

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Facility

The facility to create the volume in

Declaration
public Input<string> Facility { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Locked

Lock or unlock the volume

Declaration
public Input<bool> Locked { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the volume

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Plan

The service plan slug of the volume

Declaration
public Input<string> Plan { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectId

The packet project ID to deploy the volume in

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Size

The size in GB to make the volume

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SnapshotPolicies

Optional list of snapshot policies

Declaration
public InputList<VolumeSnapshotPolicyGetArgs> SnapshotPolicies { get; set; }
Property Value
Type Description
InputList<VolumeSnapshotPolicyGetArgs>
View Source

State

The state of the volume

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Updated

The timestamp for the last time the volume was updated

Declaration
public Input<string> Updated { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.