rabbitmq_haproxy

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cf

type Cf struct {

	/*Nats - Descr: The password to use when authenticating with NATS Default: <nil>
	 */
	Nats *Nats `yaml:"nats,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Nats

type Nats struct {

	/*Password - Descr: The password to use when authenticating with NATS Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Machines - Descr: Hostname/IP of NATS Default: <nil>
	 */
	Machines interface{} `yaml:"machines,omitempty"`

	/*Port - Descr: Port that NATS listens on Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Username - Descr: The user to use when authenticating with NATS Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Rabbitmq

type Rabbitmq struct {

	/*ManagementIp - Descr: IP address RabbitMQ management UI requests will be routed to, typically that of RabbitMQ HAproxy VM Default: <nil>
	 */
	ManagementIp interface{} `yaml:"management_ip,omitempty"`

	/*ManagementDomain - Descr: Domain that will be used to access RabbitMQ management UI, typically the system CF/CC domain. Default: <nil>
	 */
	ManagementDomain interface{} `yaml:"management_domain,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type RabbitmqBroker

type RabbitmqBroker struct {

	/*Rabbitmq - Descr: IP address RabbitMQ management UI requests will be routed to, typically that of RabbitMQ HAproxy VM Default: <nil>
	 */
	Rabbitmq *Rabbitmq `yaml:"rabbitmq,omitempty"`

	/*RegistrationInterval - Descr: How often the registrar should send messages to the router Default: 20s
	 */
	RegistrationInterval interface{} `yaml:"registration_interval,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type RabbitmqHaproxy

type RabbitmqHaproxy struct {

	/*Stats - Descr: Admin password to access HaProxy stats dashboard Default: <nil>
	 */
	Stats *Stats `yaml:"stats,omitempty"`

	/*ServerIps - Descr: List of IP addresses for the RabbitMQ cluster to proxy Default: <nil>
	 */
	ServerIps interface{} `yaml:"server_ips,omitempty"`

	/*Ports - Descr: List of ports (as string!) to forward to the RabbitMQ cluster Default: <nil>
	 */
	Ports interface{} `yaml:"ports,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type RabbitmqHaproxyJob

type RabbitmqHaproxyJob struct {

	/*RabbitmqHaproxy - Descr: Admin password to access HaProxy stats dashboard Default: <nil>
	 */
	RabbitmqHaproxy *RabbitmqHaproxy `yaml:"rabbitmq-haproxy,omitempty"`

	/*RabbitmqBroker - Descr: IP address RabbitMQ management UI requests will be routed to, typically that of RabbitMQ HAproxy VM Default: <nil>
	 */
	RabbitmqBroker *RabbitmqBroker `yaml:"rabbitmq-broker,omitempty"`

	/*Cf - Descr: The password to use when authenticating with NATS Default: <nil>
	 */
	Cf *Cf `yaml:"cf,omitempty"`

	/*SyslogAggregator - Descr: Syslog drain hostname Default: <nil>
	 */
	SyslogAggregator *SyslogAggregator `yaml:"syslog_aggregator,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Stats

type Stats struct {

	/*Password - Descr: Admin password to access HaProxy stats dashboard Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Username - Descr: Admin username to access HaProxy stats dashboard Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type SyslogAggregator

type SyslogAggregator struct {

	/*Address - Descr: Syslog drain hostname Default: <nil>
	 */
	Address interface{} `yaml:"address,omitempty"`

	/*Port - Descr: Syslog drain port Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL