Resource Type: vni_interface

Defined in:
lib/puppet/type/vni_interface.rb
Providers:
vni_interface

Overview

Manage the configuration of Solaris VNI interfaces

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the VNI interface

  • temporary

    Optional parameter that specifies that the VNI interface is temporary. Temporary interfaces last until the next reboot.

    Supported values:
    • true
    • false