Documentation ¶
Index ¶
- func AddColor(text string, textColor color.Attribute) string
- func GetBrokerName() string
- func GetExtUrl() string
- func GetHttpClient() *http.Client
- func GetResponse(client *http.Client, req *http.Request) *http.Response
- func GetskipSslFlag() bool
- type BackupCommand
- func (c *BackupCommand) AbortBackup(cliConnection plugin.CliConnection, serviceInstanceName string)
- func (c *BackupCommand) BackupInfo(cliConnection plugin.CliConnection, backupId string)
- func (c *BackupCommand) DeleteBackup(cliConnection plugin.CliConnection, backupId string)
- func (c *BackupCommand) ListBackups(cliConnection plugin.CliConnection, noInstanceNames bool)
- func (c *BackupCommand) ListBackupsByDeletedInstanceName(cliConnection plugin.CliConnection, serviceInstanceName string)
- func (c *BackupCommand) ListBackupsByInstance(cliConnection plugin.CliConnection, serviceInstanceName string, ...)
- func (c *BackupCommand) StartBackup(cliConnection plugin.CliConnection, serviceInstanceName string)
- type Configuration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBrokerName ¶
func GetBrokerName() string
func GetHttpClient ¶
func GetskipSslFlag ¶
func GetskipSslFlag() bool
Types ¶
type BackupCommand ¶
type BackupCommand struct {
// contains filtered or unexported fields
}
func NewBackupCommand ¶
func NewBackupCommand(cliConnection plugin.CliConnection) *BackupCommand
func (*BackupCommand) AbortBackup ¶
func (c *BackupCommand) AbortBackup(cliConnection plugin.CliConnection, serviceInstanceName string)
func (*BackupCommand) BackupInfo ¶
func (c *BackupCommand) BackupInfo(cliConnection plugin.CliConnection, backupId string)
func (*BackupCommand) DeleteBackup ¶
func (c *BackupCommand) DeleteBackup(cliConnection plugin.CliConnection, backupId string)
func (*BackupCommand) ListBackups ¶
func (c *BackupCommand) ListBackups(cliConnection plugin.CliConnection, noInstanceNames bool)
func (*BackupCommand) ListBackupsByDeletedInstanceName ¶
func (c *BackupCommand) ListBackupsByDeletedInstanceName(cliConnection plugin.CliConnection, serviceInstanceName string)
func (*BackupCommand) ListBackupsByInstance ¶
func (c *BackupCommand) ListBackupsByInstance(cliConnection plugin.CliConnection, serviceInstanceName string, instanceGuid string, inputGuidBool bool)
func (*BackupCommand) StartBackup ¶
func (c *BackupCommand) StartBackup(cliConnection plugin.CliConnection, serviceInstanceName string)
type Configuration ¶
Click to show internal directories.
Click to hide internal directories.