Resource Type: nsx_ipset

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

Overview

Manage NSX ipsets, these are used by fw rules

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    ipset value, this is a string that can consist of ip addresses, networks, and range of addresses seperated with commas

Parameters

  • inclusive (defaults to: true)

    whether the resource value is inclusive

    Supported values:
    • true
    • false
  • name (namevar)

    ipset name

  • preserve (defaults to: false)

    whether existing resource values are preserved

    Supported values:
    • true
    • false
  • provider

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

  • scope_name

    scope name which will be used with scope_type to get/set ipsets

  • scope_type (defaults to: edge)

    scope type, this can be either edge, datacenter, or global. if not specified, edge is the default

    Supported values:
    • edge
    • datacenter
    • global_root
    • global