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 SourceBackendTransfer
Whether Backend Transfer is enabled for this project
Declaration
public readonly bool BackendTransfer
Field Value
| Type | Description |
|---|---|
| System.Boolean |
BgpConfig
Optional BGP settings. Refer to Packet guide for BGP.
Declaration
public readonly GetProjectBgpConfigResult BgpConfig
Field Value
| Type | Description |
|---|---|
| GetProjectBgpConfigResult |
Created
The timestamp for when the project was created
Declaration
public readonly string Created
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationId
The UUID of this project's parent organization
Declaration
public readonly string OrganizationId
Field Value
| Type | Description |
|---|---|
| System.String |
PaymentMethodId
The UUID of payment method for this project
Declaration
public readonly string PaymentMethodId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Updated
The timestamp for the last time the project was updated
Declaration
public readonly string Updated
Field Value
| Type | Description |
|---|---|
| System.String |
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> |