streaming_mysql_backup_client

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 BackupGenerator

type BackupGenerator struct {

	/*ClusterIps - Descr: List of IP address of servers which can generate backups Default: <nil>
	 */
	ClusterIps interface{} `yaml:"cluster_ips,omitempty"`

	/*Port - Descr: Port number of server that generates backups Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Endpoint - Descr: Endpoint to hit to generate a backup (include a leading slash) Default: <nil>
	 */
	Endpoint interface{} `yaml:"endpoint,omitempty"`

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

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

type Credentials

type Credentials 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 StreamingMysqlBackupClient

type StreamingMysqlBackupClient struct {

	/*TmpFolder - Descr: Folder to download / prepare backups Default: /var/vcap/data/mysql-backups-tmp
	 */
	TmpFolder interface{} `yaml:"tmp_folder,omitempty"`

	/*SymmetricKey - Descr: Symmetric Key used to encrypt backups Default: <nil>
	 */
	SymmetricKey interface{} `yaml:"symmetric_key,omitempty"`

	/*BackupGenerator - Descr: List of IP address of servers which can generate backups Default: <nil>
	 */
	BackupGenerator *BackupGenerator `yaml:"backup-generator,omitempty"`

	/*OutputFolder - Descr: Folder to place the prepared backups Default: <nil>
	 */
	OutputFolder interface{} `yaml:"output_folder,omitempty"`
}

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

type StreamingMysqlBackupClientJob

type StreamingMysqlBackupClientJob struct {

	/*StreamingMysqlBackupClient - Descr: Folder to download / prepare backups Default: /var/vcap/data/mysql-backups-tmp
	 */
	StreamingMysqlBackupClient *StreamingMysqlBackupClient `yaml:"streaming-mysql-backup-client,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