Project

Create a Project Resource

new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
def Project(resource_name, opts=None, backend_transfer=None, bgp_config=None, name=None, organization_id=None, payment_method_id=None, __props__=None);
func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Project Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Project resource accepts the following input properties:

Name string

The name of the project

BackendTransfer bool

Enable or disable Backend Transfer, default is false

BgpConfig ProjectBgpConfigArgs

Optional BGP settings. Refer to Packet guide for BGP.

OrganizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

PaymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

Name string

The name of the project

BackendTransfer bool

Enable or disable Backend Transfer, default is false

BgpConfig ProjectBgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

OrganizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

PaymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

name string

The name of the project

backendTransfer boolean

Enable or disable Backend Transfer, default is false

bgpConfig ProjectBgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

organizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

paymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

name str

The name of the project

backend_transfer bool

Enable or disable Backend Transfer, default is false

bgp_config Dict[ProjectBgpConfig]

Optional BGP settings. Refer to Packet guide for BGP.

organization_id str

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

payment_method_id str

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

Outputs

All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:

Created string

The timestamp for when the project was created

Id string
The provider-assigned unique ID for this managed resource.
Updated string

The timestamp for the last time the project was updated

Created string

The timestamp for when the project was created

Id string
The provider-assigned unique ID for this managed resource.
Updated string

The timestamp for the last time the project was updated

created string

The timestamp for when the project was created

id string
The provider-assigned unique ID for this managed resource.
updated string

The timestamp for the last time the project was updated

created str

The timestamp for when the project was created

id str
The provider-assigned unique ID for this managed resource.
updated str

The timestamp for the last time the project was updated

Look up an Existing Project Resource

Get an existing Project resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ProjectState, opts?: CustomResourceOptions): Project
static get(resource_name, id, opts=None, backend_transfer=None, bgp_config=None, created=None, name=None, organization_id=None, payment_method_id=None, updated=None, __props__=None);
func GetProject(ctx *Context, name string, id IDInput, state *ProjectState, opts ...ResourceOption) (*Project, error)
public static Project Get(string name, Input<string> id, ProjectState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

BackendTransfer bool

Enable or disable Backend Transfer, default is false

BgpConfig ProjectBgpConfigArgs

Optional BGP settings. Refer to Packet guide for BGP.

Created string

The timestamp for when the project was created

Name string

The name of the project

OrganizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

PaymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

Updated string

The timestamp for the last time the project was updated

BackendTransfer bool

Enable or disable Backend Transfer, default is false

BgpConfig ProjectBgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

Created string

The timestamp for when the project was created

Name string

The name of the project

OrganizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

PaymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

Updated string

The timestamp for the last time the project was updated

backendTransfer boolean

Enable or disable Backend Transfer, default is false

bgpConfig ProjectBgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

created string

The timestamp for when the project was created

name string

The name of the project

organizationId string

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

paymentMethodId string

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

updated string

The timestamp for the last time the project was updated

backend_transfer bool

Enable or disable Backend Transfer, default is false

bgp_config Dict[ProjectBgpConfig]

Optional BGP settings. Refer to Packet guide for BGP.

created str

The timestamp for when the project was created

name str

The name of the project

organization_id str

The UUID of organization under which you want to create the project. If you leave it out, the project will be create under your the default organization of your account.

payment_method_id str

The UUID of payment method for this project. The payment method and the project need to belong to the same organization (passed with organization_id, or default).

updated str

The timestamp for the last time the project was updated

Supporting Types

ProjectBgpConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Asn int

Autonomous System Number for local BGP deployment

DeploymentType string

private or public, the private is likely to be usable immediately, the public will need to be review by Packet engineers

MaxPrefix int

The maximum number of route filters allowed per server

Md5 string

Password for BGP session in plaintext (not a checksum)

Status string

status of BGP configuration in the project

Asn int

Autonomous System Number for local BGP deployment

DeploymentType string

private or public, the private is likely to be usable immediately, the public will need to be review by Packet engineers

MaxPrefix int

The maximum number of route filters allowed per server

Md5 string

Password for BGP session in plaintext (not a checksum)

Status string

status of BGP configuration in the project

asn number

Autonomous System Number for local BGP deployment

deploymentType string

private or public, the private is likely to be usable immediately, the public will need to be review by Packet engineers

maxPrefix number

The maximum number of route filters allowed per server

md5 string

Password for BGP session in plaintext (not a checksum)

status string

status of BGP configuration in the project

asn float

Autonomous System Number for local BGP deployment

deploymentType str

private or public, the private is likely to be usable immediately, the public will need to be review by Packet engineers

maxPrefix float

The maximum number of route filters allowed per server

md5 str

Password for BGP session in plaintext (not a checksum)

status str

status of BGP configuration in the project

Package Details

Repository
https://github.com/pulumi/pulumi-packet
License
Apache-2.0
Notes
This Pulumi package is based on the packet Terraform Provider.