Interface IApplicationInstanceInfo
- Namespace
- Steeltoe.CloudFoundry.Connector.App
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public interface IApplicationInstanceInfo
Properties
ApplicationId
string ApplicationId { get; }
Property Value
ApplicationName
string ApplicationName { get; }
Property Value
ApplicationUris
string[] ApplicationUris { get; }
Property Value
- string[]
ApplicationVersion
string ApplicationVersion { get; }
Property Value
DiskLimit
int DiskLimit { get; }
Property Value
FileDescriptorLimit
int FileDescriptorLimit { get; }
Property Value
InstanceIP
string InstanceIP { get; }
Property Value
InstanceId
string InstanceId { get; }
Property Value
InstanceIndex
int InstanceIndex { get; }
Property Value
InternalIP
string InternalIP { get; }
Property Value
MemoryLimit
int MemoryLimit { get; }
Property Value
Port
int Port { get; }
Property Value
SpaceId
string SpaceId { get; }
Property Value
SpaceName
string SpaceName { get; }
Property Value
Uris
string[] Uris { get; }
Property Value
- string[]
Version
string Version { get; }