Show / Hide Table of Contents

Class GetProjectResult

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

Fields

View Source

CreatedAt

The date and time when the project was created, (ISO8601)

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

Description

The description of the project

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

Environment

The environment of the project's resources. The possible values are: Development, Staging, Production.

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

Id

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

IsDefault

Declaration
public readonly bool IsDefault
Field Value
Type Description
System.Boolean
View Source

Name

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

OwnerId

The ID of the project owner.

Declaration
public readonly int OwnerId
Field Value
Type Description
System.Int32
View Source

OwnerUuid

The unique universal identifier of the project owner.

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

Purpose

The purpose of the project, (Default: "Web Application")

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

Resources

A set of uniform resource names (URNs) for the resources associated with the project

Declaration
public readonly ImmutableArray<string> Resources
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

UpdatedAt

The date and time when the project was last updated, (ISO8601)

Declaration
public readonly string UpdatedAt
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.