Resource Type: vnic

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

Overview

Manage the configuration of Oracle Solaris Virtual NICs (VNICs)

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • lower_link

    The name of the physical datalink over which the VNIC is operating

  • mac_address

    Sets the VNIC's MAC address based on the specified value.

Parameters

  • name (namevar)

    The name of the VNIC

  • temporary

    Optional parameter that specifies that the VNIC is temporary. Temporary VNICs last until the next reboot.

    Supported values:
    • true
    • false