Table of Contents

Class ApplicationInstanceInfo

Namespace
Steeltoe.CloudFoundry.Connector.App
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class ApplicationInstanceInfo : IApplicationInstanceInfo
Inheritance
ApplicationInstanceInfo
Implements
Inherited Members

Properties

ApplicationId

public string ApplicationId { get; protected set; }

Property Value

string

ApplicationName

public string ApplicationName { get; protected set; }

Property Value

string

ApplicationUris

public string[] ApplicationUris { get; protected set; }

Property Value

string[]

ApplicationVersion

public string ApplicationVersion { get; protected set; }

Property Value

string

DiskLimit

public int DiskLimit { get; protected set; }

Property Value

int

FileDescriptorLimit

public int FileDescriptorLimit { get; protected set; }

Property Value

int

InstanceIP

public string InstanceIP { get; protected set; }

Property Value

string

InstanceId

public string InstanceId { get; protected set; }

Property Value

string

InstanceIndex

public int InstanceIndex { get; protected set; }

Property Value

int

InternalIP

public string InternalIP { get; protected set; }

Property Value

string

MemoryLimit

public int MemoryLimit { get; protected set; }

Property Value

int

Port

public int Port { get; protected set; }

Property Value

int

SpaceId

public string SpaceId { get; protected set; }

Property Value

string

SpaceName

public string SpaceName { get; protected set; }

Property Value

string

Uris

public string[] Uris { get; protected set; }

Property Value

string[]

Version

public string Version { get; protected set; }

Property Value

string