NCM::Component::autofs - schema

Types

  • /software/components/autofs/autofs_conf_common

  • /software/components/autofs/autofs_conf_autofs
    • /software/components/autofs/autofs_conf_autofs/timeout
      • Optional

      • Type: long

      • Range: 0..

    • /software/components/autofs/autofs_conf_autofs/negative_timeout
      • Optional

      • Type: long

      • Range: 0..

    • /software/components/autofs/autofs_conf_autofs/mount_wait
      • Optional

      • Type: long

      • Range: 0..

    • /software/components/autofs/autofs_conf_autofs/umount_wait
      • Optional

      • Type: long

      • Range: 0..

    • /software/components/autofs/autofs_conf_autofs/browse_mode
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_autofs/append_options
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_autofs/logging
      • Optional

      • Type: string

    • /software/components/autofs/autofs_conf_autofs/mount_nfs_default_protocol
      • Optional

      • Type: long

      • Range: 0..

  • /software/components/autofs/autofs_conf_amd
    • /software/components/autofs/autofs_conf_amd/dismount_interval
      • Optional

      • Type: long

      • Range: 0..

    • /software/components/autofs/autofs_conf_amd/map_name
      • Optional

      • Type: string_trimmed

    • /software/components/autofs/autofs_conf_amd/map_type
      • Optional

      • Type: string

    • /software/components/autofs/autofs_conf_amd/autofs_use_lofs
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_amd/auto_dir
      • Optional

      • Type: absolute_file_path

    • /software/components/autofs/autofs_conf_amd/browsable_dirs
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_amd/domain_strip
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_amd/local_domain
      • Optional

      • Type: string

    • /software/components/autofs/autofs_conf_amd/normalize_hostnames
      • Optional

      • Type: boolean

    • /software/components/autofs/autofs_conf_amd/search_path
      • Optional

      • Type: string_search_path

    • /software/components/autofs/autofs_conf_amd/selectors_on_default
      • Optional

      • Type: boolean

  • /software/components/autofs/autofs_conf
    • /software/components/autofs/autofs_conf/autofs
      • Optional

      • Type: autofs_conf_autofs

    • /software/components/autofs/autofs_conf/amd
      • Optional

      • Type: autofs_conf_amd

    • /software/components/autofs/autofs_conf/mountpoints
      • Optional

      • Type: autofs_conf_amd

  • /software/components/autofs/autofs_mapentry_type
    • /software/components/autofs/autofs_mapentry_type/options
      • Description: Specific mount options to be used with this entry.

      • Optional

      • Type: string

    • /software/components/autofs/autofs_mapentry_type/location
      • Description: NFS server name/path associated with this entry.

      • Required

      • Type: string

  • /software/components/autofs/autofs_map_type
    • /software/components/autofs/autofs_map_type/enabled
      • Description: If false, ignore entries for this map (no change made).

      • Required

      • Type: boolean

      • Default value: true

    • /software/components/autofs/autofs_map_type/preserve
      • Description: This flag indicated if local changes to the map must be preserved (true) or not (false).

      • Required

      • Type: boolean

      • Default value: true

    • /software/components/autofs/autofs_map_type/type
      • Description: Map type. Supported types are : direct, file, program, yp, nisplus, hesiod, userdir and ldap. Only direct, file and program map contents can be managed by this component.

      • Required

      • Type: string

    • /software/components/autofs/autofs_map_type/mapname
      • Description: Map name. If not defined, a default name is build (/etc/auto suffixed by map entry name).

      • Required

      • Type: string

    • /software/components/autofs/autofs_map_type/mountpoint
      • Description: Mount point associated with this map.

      • Optional

      • Type: string

    • /software/components/autofs/autofs_map_type/mpaliases
      • Description: mount point aliases (deprecated)

      • Optional

      • Type: string

    • /software/components/autofs/autofs_map_type/options
      • Description: Mount options to be used with this map.

      • Optional

      • Type: string

    • /software/components/autofs/autofs_map_type/entries
      • Description: One entry per filesystem to mount. The key is used to build the mount point. The actual mount point depends on map type.

      • Optional

      • Type: autofs_mapentry_type

  • /software/components/autofs/autofs_component
    • /software/components/autofs/autofs_component/preserveMaster
      • Description: This flag indicated if local changes to master map must be preserved (true) or not (false).

      • Required

      • Type: boolean

      • Default value: true

    • /software/components/autofs/autofs_component/maps
      • Description: This resource contains one entry per autofs map to manage. The dict key is mainly an internal name but it will be used to build the default map name.

      • Optional

      • Type: autofs_map_type

    • /software/components/autofs/autofs_component/conf
      • Optional

      • Type: autofs_conf