Resource Type: netscaler_servicegroup_member

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

Overview

Manage a member of a servicegroup.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • state
  • weight

    Weight to assign to the servers in the service group. Specifies the capacity of the servers relative to the other servers in the load balancing configuration. The higher the weight, the higher the percentage of requests sent to the service.

    Min = 1 Max = 100

    Supported values:
    • /^\d+$/

Parameters

  • name (namevar)

    servicegroup_name/server_name:server_port

  • provider

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