Resource Type: cisco_vdc

Defined in:
lib/puppet/type/cisco_vdc.rb
Providers:
cisco

Overview

Manages VDC configuration.

~~~puppet cisco_vdc { ‘<title>’:

..attributes..

} ~~~

‘<title>` is the title of the vdc resource.

Example:

~~~puppet

cisco_vdc { 'default':
  ensure                        => present,
  limit_resource_module_type    => 'm1 m1xl',
}

~~~

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • limit_resource_module_type

Parameters

  • name (namevar)

    The name of the VDC. Valid values are String or keyword ‘default’

  • provider

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