broker_deregistrar

package
v0.0.62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2016 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 {

	/*Name - Descr: Name of the service broker Default: <nil>
	 */
	Name interface{} `yaml:"name,omitempty"`
}

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

type BrokerDeregistrarJob

type BrokerDeregistrarJob struct {

	/*Broker - Descr: Name of the service broker Default: <nil>
	 */
	Broker *Broker `yaml:"broker,omitempty"`

	/*Cf - Descr: Full URL of Cloud Foundry API Default: <nil>
	 */
	Cf *Cf `yaml:"cf,omitempty"`
}

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

type Cf

type Cf struct {

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

	/*SkipSslValidation - Descr: Skip SSL validation when connecting to Cloud Foundry API Default: false
	 */
	SkipSslValidation interface{} `yaml:"skip_ssl_validation,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 !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL