Show / Hide Table of Contents

Class GetDropletSnapshotArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDropletSnapshotArgs
Inherited Members
InvokeArgs.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 GetDropletSnapshotArgs : InvokeArgs

Constructors

View Source

GetDropletSnapshotArgs()

Declaration
public GetDropletSnapshotArgs()

Properties

View Source

MostRecent

If more than one result is returned, use the most recent Droplet snapshot.

Declaration
public bool? MostRecent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

The name of the Droplet snapshot.

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

NameRegex

A regex string to apply to the Droplet snapshot list returned by DigitalOcean. This allows more advanced filtering not supported from the DigitalOcean API. This filtering is done locally on what DigitalOcean returns.

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

Region

A "slug" representing a DigitalOcean region (e.g. nyc1). If set, only Droplet snapshots available in the region will be returned.

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