Show / Hide Table of Contents

Class ProjectArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectArgs
Inherited Members
ResourceArgs.Empty
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 ProjectArgs : ResourceArgs

Constructors

View Source

ProjectArgs()

Declaration
public ProjectArgs()

Properties

View Source

BackendTransfer

Enable or disable Backend Transfer, default is false

Declaration
public Input<bool> BackendTransfer { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

BgpConfig

Optional BGP settings. Refer to Packet guide for BGP.

Declaration
public Input<ProjectBgpConfigArgs> BgpConfig { get; set; }
Property Value
Type Description
Input<ProjectBgpConfigArgs>
View Source

Name

The name of the project

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<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 Input<string> OrganizationId { get; set; }
Property Value
Type Description
Input<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 Input<string> PaymentMethodId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.