Resource Type: nsx_vxlan_segment

Defined in:
lib/puppet/type/nsx_vxlan_segment.rb
Providers:
default

Overview

Manage NSX VXLAN Segment IDs.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • begin

    starting range for segment

    Supported values:
    • /\d/
  • desc

    segment description

    Supported values:
    • /\w/
  • end

    ending range for segment

    Supported values:
    • /\d/
  • id

    segment id

    Supported values:
    • /\d/
  • name (namevar)

    switch name

    Supported values:
    • /\w/
  • provider

    The specific backend to use for this ‘nsx_vxlan_segment` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.