Sha256: ebc9229841206cbb09f00de2049095e60661db1914d079f02bf9fc0e7325deb6

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

Usage:
    rumm create node on loadbalancer LOADBALANCER_ID [--address IPADDRESS] [--port INTEGER] [--type PRIMARY|SECONDARY] [--condition ENABLED|DISABLED|DRAINING]

Options:
    --address IPADDRESS                     # IP address for the node
    --port INTEGER                          # Port number for what you're loadbalancing
    --type PRIMARY|SECONDARY                # Type of node to add
    --condition ENABLED|DISABLED|DRAINING   # Condition of the node

Arguments:
    LOADBALANCER_ID: STRING         # Name of the loadbalancer that contains the node requested

Description:
    Creates a new node on the named load balancer.

Examples:
    rumm create node on loadbalancer LOADBALANCER_ID

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rumm-0.1.0 app/help/create_node_on_loadbalancer.txt
rumm-0.0.24 app/help/create_node_on_loadbalancer.txt
rumm-0.0.23 app/help/create_node_on_loadbalancer.txt