Giter VIP home page Giter VIP logo

terraform-aci-link-level-policy's Introduction

Tests

This module is no longer maintained as it has been integrated into the nac-aci module.

Terraform ACI Link Level Policy Module

Manages ACI Link Level Policy

Location in GUI: Fabric » Access Policies » Policies » Interface » Link Level

Examples

module "aci_link_level_policy" {
  source  = "netascode/link-level-policy/aci"
  version = ">= 0.1.0"

  name     = "100G"
  speed    = "100G"
  auto     = true
  fec_mode = "disable-fec"
}

Requirements

Name Version
terraform >= 1.0.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

Name Description Type Default Required
name Link level interface policy name. string n/a yes
speed Interface speed. Choices: inherit, auto, 100M, 1G, 10G, 25G, 40G, 100G, 400G. string "inherit" no
auto Auto negotiation. bool true no
fec_mode Forward error correction (FEC) mode. Choices: inherit, cl91-rs-fec, cl74-fc-fec, ieee-rs-fec, cons16-rs-fec, disable-fec. string "inherit" no

Outputs

Name Description
dn Distinguished name of fabricHIfPol object.
name Link level interface policy name.

Resources

Name Type
aci_rest_managed.fabricHIfPol resource

terraform-aci-link-level-policy's People

Contributors

danischm avatar dependabot[bot] avatar 0x2a-se avatar

Watchers

 avatar

Forkers

0x2a-se

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.