cf_mysql_broker

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 Broker

type Broker struct {

	/*QuotaEnforcer - Descr: In seconds, the interval that the Quota Enforcer pauses between checks for violators and reformers Default: 1
	 */
	QuotaEnforcer *QuotaEnforcer `yaml:"quota_enforcer,omitempty"`
}

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

type CfMysqlBrokerJob

type CfMysqlBrokerJob struct {

	/*ExternalHost - Descr: Host used to register a route for the broker with the router in cf-release via NATS. By registering the broker with Cloud Foundry using this route, and using the router for load balancing, the broker can be horizontally scaled. Domain is typically the same as system domain in cf-release. Default: <nil>
	 */
	ExternalHost interface{} `yaml:"external_host,omitempty"`

	/*AuthUsername - Descr: Broker's basic auth username Default: <nil>
	 */
	AuthUsername interface{} `yaml:"auth_username,omitempty"`

	/*SyslogAggregator - Descr: Transport to be used when forwarding logs (tcp|udp|relp). Default: tcp
	 */
	SyslogAggregator *SyslogAggregator `yaml:"syslog_aggregator,omitempty"`

	/*CcApiUri - Descr: URL of the CloudFoundry Cloud Controller Default: <nil>
	 */
	CcApiUri interface{} `yaml:"cc_api_uri,omitempty"`

	/*SslEnabled - Descr: Determines use of https in dashboard url and in callback uri for calls to UAA Default: true
	 */
	SslEnabled interface{} `yaml:"ssl_enabled,omitempty"`

	/*Broker - Descr: In seconds, the interval that the Quota Enforcer pauses between checks for violators and reformers Default: 1
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*SkipSslValidation - Descr: Determines whether dashboard verifies SSL certificates when communicating with Cloud Controller and UAA Default: false
	 */
	SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"`

	/*MaxUserConnectionsDefault - Descr: number of user connections to allow in a plan if not specified Default: 40
	 */
	MaxUserConnectionsDefault interface{} `yaml:"max_user_connections_default,omitempty"`

	/*CookieSecret - Descr: A unique secret key, used to sign sessions Default: <nil>
	 */
	CookieSecret interface{} `yaml:"cookie_secret,omitempty"`

	/*Services - Descr: Services and plans offered by the broker Default: <nil>
	 */
	Services interface{} `yaml:"services,omitempty"`

	/*Networks - Descr: Name of the network the broker will get its IP address from Default: <nil>
	 */
	Networks *Networks `yaml:"networks,omitempty"`

	/*MysqlNode - Descr: Username for the admin MySQL account Default: root
	 */
	MysqlNode *MysqlNode `yaml:"mysql_node,omitempty"`

	/*Nats - Descr: IP of each NATS cluster member. Default: <nil>
	 */
	Nats *Nats `yaml:"nats,omitempty"`

	/*AuthPassword - Descr: Broker's basic auth password Default: <nil>
	 */
	AuthPassword interface{} `yaml:"auth_password,omitempty"`
}

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

type MysqlNode

type MysqlNode struct {

	/*IbLogFileSize - Descr: Size of the ib_log_file used by innodb, in MB Default: 1024
	 */
	IbLogFileSize interface{} `yaml:"ib_log_file_size,omitempty"`

	/*Port - Descr: Port used by the broker and bound applications to reach the service Default: 3306
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*PersistentDisk - Descr: Size of the persistent disk allocated to the MySQL node for storage Default: <nil>
	 */
	PersistentDisk interface{} `yaml:"persistent_disk,omitempty"`

	/*GcacheSize - Descr: Cache size used by galera (maximum amount of data possible in an IST), in MB Default: 512
	 */
	GcacheSize interface{} `yaml:"gcache_size,omitempty"`

	/*AdminUsername - Descr: Username for the admin MySQL account Default: root
	 */
	AdminUsername interface{} `yaml:"admin_username,omitempty"`

	/*AdminPassword - Descr: Password for the admin MySQL account Default: <nil>
	 */
	AdminPassword interface{} `yaml:"admin_password,omitempty"`

	/*Host - Descr: Host (DNS) or IP address used by the broker and bound applications to reach the service Default: <nil>
	 */
	Host interface{} `yaml:"host,omitempty"`
}

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

type Nats

type Nats struct {

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

	/*Port - Descr: IP port of Cloud Foundry NATS server Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Password - Descr: Password for broker to register a route with NATS Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*User - Descr: Username for broker to register a route with NATS Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`
}

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

type Networks

type Networks struct {

	/*BrokerNetwork - Descr: Name of the network the broker will get its IP address from Default: <nil>
	 */
	BrokerNetwork interface{} `yaml:"broker_network,omitempty"`
}

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

type QuotaEnforcer

type QuotaEnforcer struct {

	/*Password - Descr: The password for the quota-enforcer user Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Pause - Descr: In seconds, the interval that the Quota Enforcer pauses between checks for violators and reformers Default: 1
	 */
	Pause interface{} `yaml:"pause,omitempty"`
}

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

type SyslogAggregator

type SyslogAggregator struct {

	/*All - Descr: Define whether forwarders should also send non-mysql syslog activity to the aggregator. Default: false
	 */
	All interface{} `yaml:"all,omitempty"`

	/*Port - Descr: TCP port of syslog aggregator Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Transport - Descr: Transport to be used when forwarding logs (tcp|udp|relp). Default: tcp
	 */
	Transport interface{} `yaml:"transport,omitempty"`

	/*Address - Descr: IP address for syslog aggregator Default: <nil>
	 */
	Address interface{} `yaml:"address,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