Interface IApplicationInstanceInfo
Assembly: Steeltoe.CloudFoundry.ConnectorBase.dll
Syntax
public interface IApplicationInstanceInfo
Properties
|
Edit this page
View Source
ApplicationId
Declaration
string ApplicationId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationName
Declaration
string ApplicationName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ApplicationUris
Declaration
string[] ApplicationUris { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
ApplicationVersion
Declaration
string ApplicationVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DiskLimit
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
FileDescriptorLimit
Declaration
int FileDescriptorLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
InstanceId
Declaration
string InstanceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceIndex
Declaration
int InstanceIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
InstanceIP
Declaration
string InstanceIP { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InternalIP
Declaration
string InternalIP { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MemoryLimit
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SpaceId
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SpaceName
Declaration
string SpaceName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uris
Declaration
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Version
Declaration
Property Value
Type |
Description |
System.String |
|