Table of Contents

Interface ICloudFoundrySettingsReader

Namespace
Steeltoe.Configuration.CloudFoundry
Assembly
Steeltoe.Configuration.CloudFoundry.dll
public interface ICloudFoundrySettingsReader

Properties

ApplicationJson

string? ApplicationJson { get; }

Property Value

string

InstanceIP

string? InstanceIP { get; }

Property Value

string

InstanceId

string? InstanceId { get; }

Property Value

string

InstanceIndex

string? InstanceIndex { get; }

Property Value

string

InstanceInternalIP

string? InstanceInternalIP { get; }

Property Value

string

InstancePort

string? InstancePort { get; }

Property Value

string

ServicesJson

string? ServicesJson { get; }

Property Value

string