Resource Type: nsx_application_group

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

Overview

Manage NSX application_groups, these are used by fw rules

Properties

  • application_group_member

    these are application_group(s) that can be members of existing application_groups

  • application_member

    application ( service ) member(s) of the application_group

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • inclusive (defaults to: true)

    whether the resource application_member and application_group_member is inclusive

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

    application_group name

  • preserve (defaults to: false)

    whether existing resource values are preserved

    Supported values:
    • true
    • false
  • provider

    The specific backend to use for this ‘nsx_application_group` 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 application_groups

  • 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