Show / Hide Table of Contents

Class GetProjectsResult

Inheritance
System.Object
GetProjectsResult
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 GetProjectsResult

Fields

View Source

Filters

Declaration
public readonly ImmutableArray<GetProjectsFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectsFilterResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Projects

A set of projects satisfying any filter and sort criteria. Each project has the following attributes:

  • id - The ID of the project
  • name - The name of the project
  • description - The description of the project
  • purpose - The purpose of the project (Default: "Web Application")
  • environment - The environment of the project's resources. The possible values are: Development, Staging, Production.
  • resources - A set of uniform resource names (URNs) for the resources associated with the project
  • owner_uuid - The unique universal identifier of the project owner
  • owner_id - The ID of the project owner
  • created_at - The date and time when the project was created, (ISO8601)
  • updated_at - The date and time when the project was last updated, (ISO8601)
Declaration
public readonly ImmutableArray<GetProjectsProjectResult> Projects
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectsProjectResult>
View Source

Sorts

Declaration
public readonly ImmutableArray<GetProjectsSortResult> Sorts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectsSortResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.