Resource Type: esx_datastore

Defined in:
lib/puppet/type/esx_datastore.rb
Providers:
nfs

Overview

Manage vCenter esx hosts service.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • remote_host
  • remote_path
  • type (defaults to: nfs)

    The datastore type.

    Supported values:
    • vmfs
    • nfs
    • cifs

Parameters

  • access_mode (defaults to: readWrite)

    Enum - HostMountMode: Defines the access mode of the datastore.

    Supported values:
    • readOnly
    • readWrite
  • datastore

    The name of the datastore.

  • host

    The ESX host the service is running on.

  • local_path
  • name (namevar)

    ESX host:service name.

  • password
  • provider

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

  • user_name

Features

  • remote

    Manage remote CIFS/NFS filesystem.