Table of Contents

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

CloudFoundryCredentials

Label

Gets or sets a label describing the type of service.

public string? Label { get; set; }

Property Value

string

Name

Gets or sets the name of the service.

public string? Name { get; set; }

Property Value

string

Plan

Gets or sets the plan level at which the service is provisioned.

public string? Plan { get; set; }

Property Value

string

Tags

Gets a list of tags describing the service.

public IList<string> Tags { get; }

Property Value

IList<string>