Cloud Foundry User-Provided-Service Parser from VCAP_SERVICES or files
UpsEnvParser Class |
Cloud Foundry Helper Library Parse User-Provided-Services (UPS) from VCAP_SERVICES

Namespace: BlitzkriegSoftware.PCF.CFEnvParser
Assembly: BlitzkriegSoftware.PCF.CFEnvParser (in BlitzkriegSoftware.PCF.CFEnvParser.dll) Version: 1.0.0

C#
public sealed class UpsEnvParser
The UpsEnvParser type exposes the following members.

Name | Description | |
---|---|---|
![]() | UpsEnvParser |
CTOR
|

Name | Description | |
---|---|---|
![]() | IsLocal |
Is configuration aquired locally (false means from UPS)
|
![]() | LocalPath |
Local path (folder) to UPS JSON files
|
![]() | UpsCount |
How many UPS got loaded?
|
![]() | UpsNames |
Return the list of UPS names
|

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpsExists |
Is this UPS in the collection?
|
![]() | UpsKeyExists |
Is this UPS Key in the collection?
|
![]() | UpsKeyGetValue |
Get the value for a UPS for a key (or provided default)
|
![]() | UpsKeys |
Return all Keys for a UPS
|
![]() | UpsKeyValues |
Return the dictionary of key, values for a UPS
|

