Table of Contents

Class CloudFoundryServicesOptions

Namespace
Steeltoe.Extensions.Configuration.CloudFoundry
Assembly
Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
public class CloudFoundryServicesOptions : AbstractOptions
Inheritance
CloudFoundryServicesOptions
Inherited Members

Constructors

CloudFoundryServicesOptions()

public CloudFoundryServicesOptions()

CloudFoundryServicesOptions(IConfiguration)

public CloudFoundryServicesOptions(IConfiguration config)

Parameters

config IConfiguration

CloudFoundryServicesOptions(IConfigurationRoot)

public CloudFoundryServicesOptions(IConfigurationRoot root)

Parameters

root IConfigurationRoot

Fields

CONFIGURATION_PREFIX

public const string CONFIGURATION_PREFIX = "vcap"

Field Value

string

Properties

Services

public Dictionary<string, Service[]> Services { get; set; }

Property Value

Dictionary<string, Service[]>

ServicesList

public IList<Service> ServicesList { get; }

Property Value

IList<Service>