Resource Type: nsx_application
- Defined in:
- lib/puppet/type/nsx_application.rb
- Providers:
-
default
Overview
Manage NSX applications, these are used by fw rules
Properties
-
application_protocol
application protocol, example TCP/UDP/ICMP/IGMP/FTP/etc ( way to many to list, refer to api guide for more available options
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
value
application value, this is a string that can consist of port number(s) and ranges of ports
Parameters
-
inclusive
(defaults to: true)
whether the resource value is inclusive
Supported values:- true
- false
-
name (namevar)
application 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` 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 applications
-
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