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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetProjectResult

Fields

View Source

BackendTransfer

Whether Backend Transfer is enabled for this project

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

BgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

Declaration
public readonly GetProjectBgpConfigResult BgpConfig
Field Value
Type Description
GetProjectBgpConfigResult
View Source

Created

The timestamp for when the project was created

Declaration
public readonly string Created
Field Value
Type Description
System.String
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

Name

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

OrganizationId

The UUID of this project's parent organization

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

PaymentMethodId

The UUID of payment method for this project

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

ProjectId

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

Updated

The timestamp for the last time the project was updated

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

UserIds

List of UUIDs of user accounts which beling to this project

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