Show / Hide Table of Contents

Class VolumeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeArgs
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 VolumeArgs : ResourceArgs

Constructors

View Source

VolumeArgs()

Declaration
public VolumeArgs()

Properties

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

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

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<VolumeSnapshotPolicyArgs> SnapshotPolicies { get; set; }
Property Value
Type Description
InputList<VolumeSnapshotPolicyArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.