-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature NGOAM #291
Feature NGOAM #291
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "nxos_feature_ngoam Data Source - terraform-provider-nxos" | ||
subcategory: "Feature" | ||
description: |- | ||
This data source can read the VXLAN VXLAN operations, administration, and maintenance feature. | ||
API Documentation: fmNgoam https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Feature%20Management/fm:Ngoam/ | ||
--- | ||
|
||
# nxos_feature_ngoam (Data Source) | ||
|
||
This data source can read the VXLAN VXLAN operations, administration, and maintenance feature. | ||
|
||
- API Documentation: [fmNgoam](https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Feature%20Management/fm:Ngoam/) | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "nxos_feature_ngoam" "example" { | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `device` (String) A device name from the provider configuration. | ||
|
||
### Read-Only | ||
|
||
- `admin_state` (String) Administrative state. | ||
- `id` (String) The distinguished name of the object. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "nxos_feature_ngoam Resource - terraform-provider-nxos" | ||
subcategory: "Feature" | ||
description: |- | ||
This resource can manage the VXLAN VXLAN operations, administration, and maintenance feature. | ||
API Documentation: fmNgoam https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Feature%20Management/fm:Ngoam/ | ||
--- | ||
|
||
# nxos_feature_ngoam (Resource) | ||
|
||
This resource can manage the VXLAN VXLAN operations, administration, and maintenance feature. | ||
|
||
- API Documentation: [fmNgoam](https://pubhub.devnetcloud.com/media/dme-docs-10-2-2/docs/Feature%20Management/fm:Ngoam/) | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
resource "nxos_feature_ngoam" "example" { | ||
admin_state = "enabled" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `admin_state` (String) Administrative state. | ||
- Choices: `enabled`, `disabled` | ||
|
||
### Optional | ||
|
||
- `device` (String) A device name from the provider configuration. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The distinguished name of the object. | ||
|
||
## Import | ||
|
||
Import is supported using the following syntax: | ||
|
||
```shell | ||
terraform import nxos_feature_ngoam.example "sys/fm/ngoam" | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
data "nxos_feature_ngoam" "example" { | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
terraform import nxos_feature_ngoam.example "sys/fm/ngoam" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
resource "nxos_feature_ngoam" "example" { | ||
admin_state = "enabled" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature NGOAM | ||
class_name: fmNgoam | ||
dn: sys/fm/ngoam | ||
ds_description: This data source can read the VXLAN VXLAN operations, administration, and maintenance feature. | ||
res_description: This resource can manage the VXLAN VXLAN operations, administration, and maintenance feature. | ||
doc_path: Feature%20Management/fm:Ngoam/ | ||
doc_category: Feature | ||
attributes: | ||
- nxos_name: adminSt | ||
tf_name: admin_state | ||
type: String | ||
mandatory: true | ||
description: 'Administrative state.' | ||
enum_values: | ||
- enabled | ||
- disabled | ||
example: enabled | ||
delete_value: disabled |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VXLAN VXLAN
->VXLAN