UpsEnvParser Methods
From Cloud Foundry Helper Library Parse User-Provided-Services (UPS)
Cloud Foundry User-Provided-Service Parser from VCAP_SERVICES or files
UpsEnvParser Methods |
The UpsEnvParser type exposes the following members.
| 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
|