Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { /*Port - Descr: Port for the service broker Default: 443 */ Port interface{} `yaml:"port,omitempty"` /*Username - Descr: Basic Auth username for the service broker Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Password - Descr: Basic Auth password for the service broker Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*Name - Descr: Name of the service broker Default: <nil> */ Name interface{} `yaml:"name,omitempty"` /*Protocol - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https */ Protocol interface{} `yaml:"protocol,omitempty"` /*Host - Descr: Host address of the service broker Default: <nil> */ Host interface{} `yaml:"host,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type BrokerDeregistrarJob ¶
type BrokerDeregistrarJob struct { /*Cf - Descr: Password of the admin user Default: <nil> */ Cf *Cf `yaml:"cf,omitempty"` /*Broker - Descr: Basic Auth password for the service broker Default: <nil> */ Broker *Broker `yaml:"broker,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cf ¶
type Cf struct { /*AdminPassword - Descr: Password of the admin user Default: <nil> */ AdminPassword interface{} `yaml:"admin_password,omitempty"` /*AdminUsername - Descr: Username of the admin user Default: <nil> */ AdminUsername interface{} `yaml:"admin_username,omitempty"` /*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil> */ ApiUrl interface{} `yaml:"api_url,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.