Class CloudFoundryMemorySettingsReader
Inheritance
System.Object
CloudFoundryMemorySettingsReader
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class CloudFoundryMemorySettingsReader : object, ICloudFoundrySettingsReader
Properties
|
Edit this page
View Source
ApplicationJson
Declaration
public string ApplicationJson { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceIndex
Declaration
public string InstanceIndex { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceInternalIp
Declaration
public string InstanceInternalIp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceIp
Declaration
public string InstanceIp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstancePort
Declaration
public string InstancePort { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServicesJson
Declaration
public string ServicesJson { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements