Show / Hide Table of Contents

Class Project

Inheritance
System.Object
Resource
CustomResource
Project
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Project : CustomResource

Constructors

View Source

Project(String, ProjectArgs, CustomResourceOptions)

Create a Project resource with the given unique name, arguments, and options.

Declaration
public Project(string name, ProjectArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ProjectArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

BackendTransfer

Enable or disable Backend Transfer, default is false

Declaration
public Output<bool?> BackendTransfer { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

BgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

Declaration
public Output<ProjectBgpConfig> BgpConfig { get; }
Property Value
Type Description
Output<ProjectBgpConfig>
View Source

Created

The timestamp for when the project was created

Declaration
public Output<string> Created { get; }
Property Value
Type Description
Output<System.String>
View Source

Name

The name of the project

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<System.String>
View Source

OrganizationId

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.

Declaration
public Output<string> OrganizationId { get; }
Property Value
Type Description
Output<System.String>
View Source

PaymentMethodId

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).

Declaration
public Output<string> PaymentMethodId { get; }
Property Value
Type Description
Output<System.String>
View Source

Updated

The timestamp for the last time the project was updated

Declaration
public Output<string> Updated { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, ProjectState, CustomResourceOptions)

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

Declaration
public static Project Get(string name, Input<string> id, ProjectState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

ProjectState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Project
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.