Class VolumeArgs
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 VolumeArgs : ResourceArgs
Constructors
View SourceVolumeArgs()
Declaration
public VolumeArgs()
Properties
View SourceBillingCycle
The billing cycle, defaults to "hourly"
Declaration
public Input<string> BillingCycle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Optional description for the volume
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Facility
The facility to create the volume in
Declaration
public Input<string> Facility { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Locked
Lock or unlock the volume
Declaration
public Input<bool> Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Plan
The service plan slug of the volume
Declaration
public Input<string> Plan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The packet project ID to deploy the volume in
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
The size in GB to make the volume
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SnapshotPolicies
Optional list of snapshot policies
Declaration
public InputList<VolumeSnapshotPolicyArgs> SnapshotPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VolumeSnapshotPolicyArgs> |