Resource Type: f5_route

Defined in:
lib/puppet/type/f5_route.rb
Providers:
rest

Overview

Manage route objects

Properties

  • description
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • gw

    Specifies the router for the system to use when forwarding packets to the destination host or network.

  • mtu

    MTU. Valid range: 0 - 65535.

  • network

    Specifies an IP address for the Destination column of the routing table.

  • pool

    Specifies a gateway pool, which allows multiple, load-balanced gateways to be used for the route.

  • tm_interface

    Specifies a VLAN for the route. This can be a VLAN or VLAN group.

Parameters

  • name (namevar)
  • provider

    The specific backend to use for this f5_route resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.