Class VolumeSnapshotState
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class VolumeSnapshotState : ResourceArgs
Constructors
View SourceVolumeSnapshotState()
Declaration
public VolumeSnapshotState()
Properties
View SourceCreatedAt
The date and time the volume snapshot was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinDiskSize
The minimum size in gigabytes required for a volume to be created based on this volume snapshot.
Declaration
public Input<int> MinDiskSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
A name for the volume snapshot.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Regions
A list of DigitalOcean region "slugs" indicating where the volume snapshot is available.
Declaration
public InputList<string> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Size
The billable size of the volume snapshot in gigabytes.
Declaration
public Input<double> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Tags
A list of the tags to be applied to this volume snapshot.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
VolumeId
The ID of the volume from which the volume snapshot originated.
Declaration
public Input<string> VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |