Class CloudFoundryService
- Namespace
- Steeltoe.Configuration.CloudFoundry
- Assembly
- Steeltoe.Configuration.CloudFoundry.dll
public sealed class CloudFoundryService
- Inheritance
-
CloudFoundryService
- Inherited Members
Properties
Credentials
Gets the subtree of credentials. Each entry is either a single string value or a dictionary.
public CloudFoundryCredentials Credentials { get; }
Property Value
Label
Gets or sets a label describing the type of service.
public string? Label { get; set; }
Property Value
Name
Gets or sets the name of the service.
public string? Name { get; set; }
Property Value
Plan
Gets or sets the plan level at which the service is provisioned.
public string? Plan { get; set; }
Property Value
Tags
Gets a list of tags describing the service.
public IList<string> Tags { get; }