Show / Hide Table of Contents

Class ProjectState

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectState
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 ProjectState : ResourceArgs

Constructors

View Source

ProjectState()

Declaration
public ProjectState()

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<ProjectBgpConfigGetArgs> BgpConfig { get; set; }
Property Value
Type Description
Input<ProjectBgpConfigGetArgs>
View Source

Created

The timestamp for when the project was created

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
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

Updated

The timestamp for the last time the project was updated

Declaration
public Input<string> Updated { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.