Table of Contents

Enum Features

Namespace
OpenServiceBroker.Catalogs
Assembly
OpenServiceBroker.Model.dll

Permissions for services.

public enum Features
Extension Methods

Fields

[EnumMember(Value = "route_forwarding")] RouteForwarding = 1

Route services are a class of Service Offerings that intermediate requests to applications, performing functions such as rate limiting or authorization. To indicate support for route services, the catalog entry for the Service MUST use this value.

[EnumMember(Value = "syslog_drain")] SyslogDrain = 0

There are a class of Service Offerings that provide aggregation, indexing, and analysis of log data. To utilize these services an application that generates logs needs information for the location to which it will stream logs. A create binding response from a Service Broker that provides one of these services MUST include a SyslogDrainUrl. The Platform MUST use this value when sending logs to the service.

[EnumMember(Value = "volume_mount")] VolumeMount = 2

There are a class of services that provide network storage to applications via volume mounts in the application container. A create binding response from one of these services MUST include VolumeMounts.