streaming_mysql_backup_tool

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2016 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 BackupServer

type BackupServer struct {

	/*Port - Descr: Port number used for listening for backup requests Default: 8081
	 */
	Port interface{} `yaml:"port,omitempty"`
}

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

type CfMysql

type CfMysql struct {

	/*Mysql - Descr: Password for the MySQL server admin user Default: <nil>
	 */
	Mysql *Mysql `yaml:"mysql,omitempty"`
}

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

type CfMysqlBackup

type CfMysqlBackup struct {

	/*Ulimit - Descr: Maximum concurrent number of open files Default: 65536
	 */
	Ulimit interface{} `yaml:"ulimit,omitempty"`

	/*BackupServer - Descr: Port number used for listening for backup requests Default: 8081
	 */
	BackupServer *BackupServer `yaml:"backup-server,omitempty"`

	/*EndpointCredentials - Descr: Password used by backup client to stream a backup from the mysql node Default: <nil>
	 */
	EndpointCredentials *EndpointCredentials `yaml:"endpoint_credentials,omitempty"`
}

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

type EndpointCredentials

type EndpointCredentials struct {

	/*Username - Descr: Username used by backup client to stream a backup from the mysql node Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Password - Descr: Password used by backup client to stream a backup from the mysql node Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

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

type Mysql

type Mysql struct {

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

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

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

type StreamingMysqlBackupToolJob

type StreamingMysqlBackupToolJob struct {

	/*CfMysqlBackup - Descr: Port number used for listening for backup requests Default: 8081
	 */
	CfMysqlBackup *CfMysqlBackup `yaml:"cf-mysql-backup,omitempty"`

	/*CfMysql - Descr: Password for the MySQL server admin user Default: <nil>
	 */
	CfMysql *CfMysql `yaml:"cf_mysql,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