Class CloudFoundryApplicationOptions
Inheritance
System.Object
CloudFoundryApplicationOptions
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class CloudFoundryApplicationOptions : AbstractOptions
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 |
|
|
Edit this page
View Source
CloudFoundryApplicationOptions(IConfigurationRoot)
Declaration
public CloudFoundryApplicationOptions(IConfigurationRoot root)
Parameters
Type |
Name |
Description |
IConfigurationRoot |
root |
|
Fields
|
Edit this page
View Source
CONFIGURATION_PREFIX
Declaration
public const string CONFIGURATION_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Application_Id
Declaration
public string Application_Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Application_Name
Declaration
public string Application_Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Application_Uris
Declaration
public string[] Application_Uris { get; set; }
Property Value
Type |
Description |
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
ApplicationId
Declaration
public string ApplicationId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationName
Declaration
public string ApplicationName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationUris
Declaration
public string[] ApplicationUris { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
ApplicationVersion
Declaration
public string ApplicationVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
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 int DiskLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
FileDescriptorLimit
Declaration
public int FileDescriptorLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Instance_Id
Declaration
public string Instance_Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
InstanceId
Declaration
public string InstanceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceIndex
Declaration
public int InstanceIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
InstanceIP
Declaration
public string InstanceIP { get; }
Property Value
Type |
Description |
System.String |
|
|
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 string InternalIP { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Limits
Declaration
public Limits Limits { get; set; }
Property Value
|
Edit this page
View Source
MemoryLimit
Declaration
public int MemoryLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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 |
|
|
Edit this page
View Source
Uris
Declaration
public string[] Uris { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|