policy-segment-profiles

kalenarndt/policy-segment-profiles/nsxt

Terraform Module HCL NSXT

Terraform Module to create NSXT Segment Policies

Install
module "policy-segment-profiles" {
source = "kalenarndt/policy-segment-profiles/nsxt"
version = "0.0.2"
}
plain text: /constructs/tfmod-kalenarndt-policy-segment-profiles-nsxt/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-nsxt-policy-segment-profiles Requirements | Name | Version | |------|---------| | terraform | >= 0.13.1 | | nsxt | >=3.2.5 | Providers | Name | Version | |------|---------| | nsxt | 3.2.6 | Modules No modules. Resources | Name | Type | |------|------| | nsxt_policy_mac_discovery_profile.mac_profile | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | mac\_change\_enabled | (Optional) Enables MAC Changes on the MAC Discovery Profile that will be created | bool | true | no | | mac\_learning\_enabled | (Optional) Enables MAC Learning on the MAC Discovery Profile that will be created | bool | true | no | | mac\_limit | (Optional) Number of MAC Addresses that can be learned on a port. Defined in the MAC Discovery P

Inputs (8)
NameTypeDescriptionDefault
mac_profile_namestring(Required) Display name of the MAC Discovery Profile that will be created required
mac_learning_enabledbool(Optional) Enables MAC Learning on the MAC Discovery Profile that will be createtrue
mac_limitnumber(Optional) Number of MAC Addresses that can be learned on a port. Defined in the4096
mac_limit_policystring(Optional) Default behavior if the mac limit is exceeded."ALLOW"
remote_overlay_mac_limitnumber(Optional) The maximum number of MAC addresses learned on an overlay Logical Swi2048
unknown_unicast_flooding_enabledbool(Optional) Allowing flooding for unlearned MAC for ingress traffic.true
mac_profile_descriptionstring(Optional) Description for the MAC Discovery Profile that will be created"MAC Discovery Profile created via Terra
mac_change_enabledbool(Optional) Enables MAC Changes on the MAC Discovery Profile that will be createdtrue
Outputs (1)
mac_profile — Output of the MAC Discovery Profile that was created
Resources (1)
nsxt_policy_mac_discovery_profile
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud NSXT
Total downloads369
Inputs8
Outputs1
Resources1
Namespacekalenarndt
Updated