generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
629 additions
and
214 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "netboxbgp_session Resource - netboxbgp" | ||
subcategory: "" | ||
description: |- | ||
Session resource | ||
--- | ||
|
||
# netboxbgp_session (Resource) | ||
|
||
Session resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `device_id` (Number) | ||
- `local_address_id` (Number) | ||
- `local_as_id` (Number) | ||
- `name` (String) | ||
- `remote_address_id` (Number) | ||
- `remote_as_id` (Number) | ||
- `status` (String) One of: "active", "failed", "offline", "planned" | ||
|
||
### Optional | ||
|
||
- `comments` (String) | ||
- `description` (String) | ||
- `export_policy_ids` (List of Number) | ||
- `import_policy_ids` (List of Number) | ||
- `peer_group_id` (Number) | ||
- `prefix_list_in_id` (Number) | ||
- `prefix_list_out` (Number) | ||
- `site_id` (Number) | ||
- `tenant_id` (Number) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) ID of the resource in Netbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.