Show / Hide Table of Contents

Class VolumeSnapshotArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeSnapshotArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class VolumeSnapshotArgs : ResourceArgs

Constructors

View Source

VolumeSnapshotArgs()

Declaration
public VolumeSnapshotArgs()

Properties

View Source

Name

A name for the volume snapshot.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.