GetProject
Using GetProject
function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>function get_project(name=None, project_id=None, opts=None)func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)Note: This function is named
LookupProjectin the Go SDK.
public static class GetProject {
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- name str
The name which is used to look up the project
- project_
id str The UUID by which to look up the project
GetProject Result
The following output properties are available:
- Backend
Transfer bool Whether Backend Transfer is enabled for this project
- Bgp
Config GetProject Bgp Config Optional BGP settings. Refer to Packet guide for BGP.
- Created string
The timestamp for when the project was created
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Organization
Id string The UUID of this project’s parent organization
- Payment
Method stringId The UUID of payment method for this project
- Project
Id string - Updated string
The timestamp for the last time the project was updated
- User
Ids List<string> List of UUIDs of user accounts which beling to this project
- Backend
Transfer bool Whether Backend Transfer is enabled for this project
- Bgp
Config GetProject Bgp Config Optional BGP settings. Refer to Packet guide for BGP.
- Created string
The timestamp for when the project was created
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Organization
Id string The UUID of this project’s parent organization
- Payment
Method stringId The UUID of payment method for this project
- Project
Id string - Updated string
The timestamp for the last time the project was updated
- User
Ids []string List of UUIDs of user accounts which beling to this project
- backend
Transfer boolean Whether Backend Transfer is enabled for this project
- bgp
Config GetProject Bgp Config Optional BGP settings. Refer to Packet guide for BGP.
- created string
The timestamp for when the project was created
- id string
The provider-assigned unique ID for this managed resource.
- name string
- organization
Id string The UUID of this project’s parent organization
- payment
Method stringId The UUID of payment method for this project
- project
Id string - updated string
The timestamp for the last time the project was updated
- user
Ids string[] List of UUIDs of user accounts which beling to this project
- backend_
transfer bool Whether Backend Transfer is enabled for this project
- bgp_
config Dict[GetProject Bgp Config] Optional BGP settings. Refer to Packet guide for BGP.
- created str
The timestamp for when the project was created
- id str
The provider-assigned unique ID for this managed resource.
- name str
- organization_
id str The UUID of this project’s parent organization
- payment_
method_ strid The UUID of payment method for this project
- project_
id str - updated str
The timestamp for the last time the project was updated
- user_
ids List[str] List of UUIDs of user accounts which beling to this project
Supporting Types
GetProjectBgpConfig
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Asn int
Autonomous System Numer for local BGP deployment
- Deployment
Type string privateorpublic, theprivateis likely to be usable immediately, thepublicwill need to be review by Packet engineers- Max
Prefix int The maximum number of route filters allowed per server
- Status string
status of BGP configuration in the project
- Md5 string
Password for BGP session in plaintext (not a checksum)
- Asn int
Autonomous System Numer for local BGP deployment
- Deployment
Type string privateorpublic, theprivateis likely to be usable immediately, thepublicwill need to be review by Packet engineers- Max
Prefix int The maximum number of route filters allowed per server
- Status string
status of BGP configuration in the project
- Md5 string
Password for BGP session in plaintext (not a checksum)
- asn number
Autonomous System Numer for local BGP deployment
- deployment
Type string privateorpublic, theprivateis likely to be usable immediately, thepublicwill need to be review by Packet engineers- max
Prefix number The maximum number of route filters allowed per server
- status string
status of BGP configuration in the project
- md5 string
Password for BGP session in plaintext (not a checksum)
- asn float
Autonomous System Numer for local BGP deployment
- deployment
Type str privateorpublic, theprivateis likely to be usable immediately, thepublicwill need to be review by Packet engineers- max
Prefix float The maximum number of route filters allowed per server
- status str
status of BGP configuration in the project
- md5 str
Password for BGP session in plaintext (not a checksum)
Package Details
- Repository
- https://github.com/pulumi/pulumi-packet
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
packetTerraform Provider.