Resource Type: nsx_vxlan_multicast

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

Overview

Manage NSX VXLAN Multicast Address Ranges.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • begin

    multicast start range

    Supported values:
    • /\d/
  • desc

    multicast description

    Supported values:
    • /\w/
  • end

    multicast end range

    Supported values:
    • /\d/
  • id

    multicast id

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

    switch name

    Supported values:
    • /\w/
  • provider

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