Table of Contents

Interface IApplicationInstanceInfo

Namespace
Steeltoe.CloudFoundry.Connector.App
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public interface IApplicationInstanceInfo

Properties

ApplicationId

string ApplicationId { get; }

Property Value

string

ApplicationName

string ApplicationName { get; }

Property Value

string

ApplicationUris

string[] ApplicationUris { get; }

Property Value

string[]

ApplicationVersion

string ApplicationVersion { get; }

Property Value

string

DiskLimit

int DiskLimit { get; }

Property Value

int

FileDescriptorLimit

int FileDescriptorLimit { get; }

Property Value

int

InstanceIP

string InstanceIP { get; }

Property Value

string

InstanceId

string InstanceId { get; }

Property Value

string

InstanceIndex

int InstanceIndex { get; }

Property Value

int

InternalIP

string InternalIP { get; }

Property Value

string

MemoryLimit

int MemoryLimit { get; }

Property Value

int

Port

int Port { get; }

Property Value

int

SpaceId

string SpaceId { get; }

Property Value

string

SpaceName

string SpaceName { get; }

Property Value

string

Uris

string[] Uris { get; }

Property Value

string[]

Version

string Version { get; }

Property Value

string