broker_registrar

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 {

	/*Port - Descr: Port for the service broker Default: 443
	 */
	Port interface{} `yaml:"port,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"`

	/*Username - Descr: Basic Auth username for the service broker Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Service - Descr: Offered service name Default: p-rabbitmq
	 */
	Service *Service `yaml:"service,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 BrokerRegistrar

type BrokerRegistrar struct {

	/*Orgs - Descr: Enable service access for specific organizations. By default, access is enabled for all orgs. Default: []
	 */
	Orgs interface{} `yaml:"orgs,omitempty"`
}

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

type BrokerRegistrarJob

type BrokerRegistrarJob struct {

	/*Broker - Descr: Protocol (http/https) provided to the Cloud Controller when registering/deregistering the broker Default: https
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*BrokerRegistrar - Descr: Enable service access for specific organizations. By default, access is enabled for all orgs. Default: []
	 */
	BrokerRegistrar *BrokerRegistrar `yaml:"broker-registrar,omitempty"`

	/*Cf - Descr: Password of the admin user Default: <nil>
	 */
	Cf *Cf `yaml:"cf,omitempty"`
}

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

type Cf

type Cf struct {

	/*SkipSslValidation - Descr: Trust self signed cf certificates Default: true
	 */
	SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"`

	/*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil>
	 */
	ApiUrl interface{} `yaml:"api_url,omitempty"`

	/*AdminUsername - Descr: Username of the admin user Default: <nil>
	 */
	AdminUsername interface{} `yaml:"admin_username,omitempty"`

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

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

type Service

type Service struct {

	/*Name - Descr: Offered service name Default: p-rabbitmq
	 */
	Name interface{} `yaml:"name,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