Resource Type: netscaler_vlan

Defined in:
lib/puppet/type/netscaler_vlan.rb
Providers:
rest

Overview

Manage basic netscaler network IP objects.

Properties

  • alias_name

    A name for the VLAN. Must begin with a letter, a number, or the underscore symbol, and can consist of from 1 to 31 letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore (_) characters. You should choose a name that helps identify the VLAN. However, you cannot perform any VLAN operation by specifying this name instead of the VLAN ID. Maximum length = 31

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • ipv6_dynamic_routing
  • maximum_transmission_unit

    Specifies the maximum transmission unit (MTU), in bytes. The MTU is the largest packet size, excluding 14 bytes of ethernet header and 4 bytes of crc, that can be transmitted and received over this VLAN. Default value: 0 Minimum value = 500 Maximum value = 9216

Parameters

  • name (namevar)

    A positive integer that uniquely identifies a VLAN. Minimum value = 1 Maximum value = 4094

  • provider

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