register_service_broker

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 {

	/*User - Descr: Broker basic auth user Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*OrgName - Descr: Org that will host the Service Broker Default: system
	 */
	OrgName interface{} `yaml:"org_name,omitempty"`

	/*PlanNames - Descr: Broker plan names  Default: p-service-registry,p-config-server,p-circuit-breaker-dashboard
	 */
	PlanNames interface{} `yaml:"plan_names,omitempty"`

	/*Password - Descr: Broker basic auth password Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*SpaceName - Descr: Space that will host the Service Broker Default: p-spring-cloud-services
	 */
	SpaceName interface{} `yaml:"space_name,omitempty"`
}

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

type Cf

type Cf struct {

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

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

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

type RegisterServiceBrokerJob

type RegisterServiceBrokerJob struct {

	/*Domain - Descr: The CF top-level domain Default: <nil>
	 */
	Domain interface{} `yaml:"domain,omitempty"`

	/*AppDomains - Descr: CloudFoundry application domains Default: <nil>
	 */
	AppDomains interface{} `yaml:"app_domains,omitempty"`

	/*SpringCloudBroker - Descr: Product Name Default: p-spring-cloud-services
	 */
	SpringCloudBroker *SpringCloudBroker `yaml:"spring_cloud_broker,omitempty"`

	/*Ssl - Descr: Whether to verify SSL certs when making web requests Default: <nil>
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`
}

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

type SpringCloudBroker

type SpringCloudBroker struct {

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

	/*Broker - Descr: Broker plan names  Default: p-service-registry,p-config-server,p-circuit-breaker-dashboard
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*AppName - Descr: Name of the Service Broker Application Default: spring-cloud-broker
	 */
	AppName interface{} `yaml:"app_name,omitempty"`

	/*AppUri - Descr: URI of the Service Broker Application Default: spring-cloud-broker
	 */
	AppUri interface{} `yaml:"app_uri,omitempty"`

	/*Uaa - Descr: Client Secret of the UAA admin client Default: <nil>
	 */
	Uaa *Uaa `yaml:"uaa,omitempty"`

	/*EnableGlobalAccess - Descr: When set to "true", all the server broker plans are enabled globally. Set to false to manually enable service plans on a per org basis. Default: true
	 */
	EnableGlobalAccess interface{} `yaml:"enable_global_access,omitempty"`

	/*ProductName - Descr: Product Name Default: p-spring-cloud-services
	 */
	ProductName interface{} `yaml:"product_name,omitempty"`
}

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

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: Whether to verify SSL certs when making web requests Default: <nil>
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

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

type Uaa

type Uaa struct {

	/*AdminClientSecret - Descr: Client Secret of the UAA admin client Default: <nil>
	 */
	AdminClientSecret interface{} `yaml:"admin_client_secret,omitempty"`

	/*AdminClientId - Descr: Client ID of the UAA admin client Default: <nil>
	 */
	AdminClientId interface{} `yaml:"admin_client_id,omitempty"`

	/*ClientId - Descr: The client id generated by the Cloud Controller on behalf of the service broker Default: p-spring-cloud-services
	 */
	ClientId interface{} `yaml:"client_id,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