Resource Type: vc_vpxsettings

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

Overview

Manage vCenter vpxsettings ( event.maxAge, mail.smtp.server, etc )

Properties

  • vpx_settings

    hash of vpxsetting for a given vcenter, this must match the api parameters exactly ( including case ) inside of setting[], that is shown from the below:

    1. browse to https://<vcenter>/mob/?moid=ServiceInstance&method=retrieveContent
    2. click on Invoke Method,
    3. select VpxSettings
    

    example: setting and setting would be

    vpx_settings => { 'event.maxAge' => 14, 'event.maxAgeEnabled' => true, }
    

Parameters

  • name (namevar)

    The vm name

  • provider

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