Class CloudFoundryApplicationOptions
Inheritance
System.Object
CloudFoundryApplicationOptions
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class CloudFoundryApplicationOptions : ApplicationInstanceInfo
Constructors
|
Edit this page
View Source
CloudFoundryApplicationOptions()
Declaration
public CloudFoundryApplicationOptions()
|
Edit this page
View Source
CloudFoundryApplicationOptions(IConfiguration)
Declaration
public CloudFoundryApplicationOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
Application_Uris
Declaration
public IEnumerable<string> Application_Uris { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
Application_Version
Declaration
public string Application_Version { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationName
Declaration
public override string ApplicationName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
ApplicationUris
Declaration
public IEnumerable<string> ApplicationUris { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
ApplicationVersion
Declaration
public override string ApplicationVersion { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
CF_Api
Declaration
public string CF_Api { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DiskLimit
Declaration
public override int DiskLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Edit this page
View Source
FileDescriptorLimit
Declaration
public override int FileDescriptorLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Edit this page
View Source
Instance_Index
Declaration
public int Instance_Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Instance_IP
Declaration
public string Instance_IP { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceIndex
Declaration
public override int InstanceIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Edit this page
View Source
InstanceIP
Declaration
public override string InstanceIP { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
Internal_IP
Declaration
public string Internal_IP { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InternalIP
Declaration
public override string InternalIP { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
Limits
Declaration
public Limits Limits { get; set; }
Property Value
|
Edit this page
View Source
MemoryLimit
Declaration
public override int MemoryLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Edit this page
View Source
Declaration
public static string PlatformConfigRoot { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
protected override string PlatformRoot { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
Space_Id
Declaration
public string Space_Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Space_Name
Declaration
public string Space_Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SpaceId
Declaration
public string SpaceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SpaceName
Declaration
public string SpaceName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Start
Declaration
public string Start { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements