loggregator_trafficcontroller

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 Cc

type Cc struct {

	/*SrvApiUri - Descr: API URI of cloud controller Default: <nil>
	 */
	SrvApiUri interface{} `yaml:"srv_api_uri,omitempty"`
}

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

type Clients

type Clients struct {

	/*Doppler - Descr: Doppler's client secret to connect to UAA Default: <nil>
	 */
	Doppler *ClientsDoppler `yaml:"doppler,omitempty"`
}

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

type ClientsDoppler

type ClientsDoppler struct {

	/*Secret - Descr: Doppler's client secret to connect to UAA Default: <nil>
	 */
	Secret interface{} `yaml:"secret,omitempty"`
}

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

type Doppler

type Doppler struct {

	/*UaaClientId - Descr: Doppler's client id to connect to UAA Default: doppler
	 */
	UaaClientId interface{} `yaml:"uaa_client_id,omitempty"`
}

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

type Etcd

type Etcd struct {

	/*Maxconcurrentrequests - Descr: Number of concurrent requests to ETCD Default: 10
	 */
	Maxconcurrentrequests interface{} `yaml:"maxconcurrentrequests,omitempty"`

	/*Machines - Descr: IPs pointing to the ETCD cluster Default: <nil>
	 */
	Machines interface{} `yaml:"machines,omitempty"`
}

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

type Loggregator

type Loggregator struct {

	/*Etcd - Descr: Number of concurrent requests to ETCD Default: 10
	 */
	Etcd *Etcd `yaml:"etcd,omitempty"`

	/*DopplerPort - Descr: Port for outgoing doppler messages Default: 8081
	 */
	DopplerPort interface{} `yaml:"doppler_port,omitempty"`

	/*OutgoingDropsondePort - Descr: Port for outgoing dropsonde messages Default: 8081
	 */
	OutgoingDropsondePort interface{} `yaml:"outgoing_dropsonde_port,omitempty"`
}

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

type LoggregatorTrafficcontrollerJob

type LoggregatorTrafficcontrollerJob struct {

	/*Uaa - Descr: Doppler's client secret to connect to UAA Default: <nil>
	 */
	Uaa *Uaa `yaml:"uaa,omitempty"`

	/*MetronEndpoint - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457
	 */
	MetronEndpoint *MetronEndpoint `yaml:"metron_endpoint,omitempty"`

	/*TrafficController - Descr: Enable logging of all requests made to the Traffic Controller in CEF format Default: false
	 */
	TrafficController *TrafficController `yaml:"traffic_controller,omitempty"`

	/*Doppler - Descr: Doppler's client id to connect to UAA Default: doppler
	 */
	Doppler *Doppler `yaml:"doppler,omitempty"`

	/*Login - Descr: Protocol to use to connect to UAA (used in case uaa.url is not set) Default: https
	 */
	Login *Login `yaml:"login,omitempty"`

	/*Loggregator - Descr: Number of concurrent requests to ETCD Default: 10
	 */
	Loggregator *Loggregator `yaml:"loggregator,omitempty"`

	/*SystemDomain - Descr: Domain reserved for CF operator, base URL where the login, uaa, and other non-user apps listen Default: <nil>
	 */
	SystemDomain interface{} `yaml:"system_domain,omitempty"`

	/*Cc - Descr: API URI of cloud controller Default: <nil>
	 */
	Cc *Cc `yaml:"cc,omitempty"`

	/*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`
}

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

type Login

type Login struct {

	/*Protocol - Descr: Protocol to use to connect to UAA (used in case uaa.url is not set) Default: https
	 */
	Protocol interface{} `yaml:"protocol,omitempty"`
}

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

type MetronEndpoint

type MetronEndpoint struct {

	/*DropsondePort - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457
	 */
	DropsondePort interface{} `yaml:"dropsonde_port,omitempty"`
}

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

type SecurityEventLogging

type SecurityEventLogging struct {

	/*Enabled - Descr: Enable logging of all requests made to the Traffic Controller in CEF format Default: false
	 */
	Enabled interface{} `yaml:"enabled,omitempty"`
}

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

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: when connecting over https, ignore bad ssl certificates Default: false
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

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

type TrafficController

type TrafficController struct {

	/*SecurityEventLogging - Descr: Enable logging of all requests made to the Traffic Controller in CEF format Default: false
	 */
	SecurityEventLogging *SecurityEventLogging `yaml:"security_event_logging,omitempty"`

	/*DisableAccessControl - Descr: Traffic controller bypasses authentication with the UAA and CC Default: false
	 */
	DisableAccessControl interface{} `yaml:"disable_access_control,omitempty"`

	/*OutgoingPort - Descr: Port on which the traffic controller listens to for requests Default: 8080
	 */
	OutgoingPort interface{} `yaml:"outgoing_port,omitempty"`

	/*Zone - Descr: Zone of the loggregator_trafficcontroller Default: <nil>
	 */
	Zone interface{} `yaml:"zone,omitempty"`

	/*Debug - Descr: boolean value to turn on verbose logging for loggregator system (dea agent & loggregator server) Default: false
	 */
	Debug interface{} `yaml:"debug,omitempty"`
}

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

type Uaa

type Uaa struct {

	/*Clients - Descr: Doppler's client secret to connect to UAA Default: <nil>
	 */
	Clients *Clients `yaml:"clients,omitempty"`

	/*Url - Descr: URL of UAA Default: <nil>
	 */
	Url interface{} `yaml:"url,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