Show / Hide Table of Contents

Class GetDropletsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDropletsArgs
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 GetDropletsArgs : InvokeArgs

Constructors

View Source

GetDropletsArgs()

Declaration
public GetDropletsArgs()

Properties

View Source

Filters

Filter the results. The filter block is documented below.

Declaration
public List<GetDropletsFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetDropletsFilterArgs>
View Source

Sorts

Sort the results. The sort block is documented below.

Declaration
public List<GetDropletsSortArgs> Sorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetDropletsSortArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.