Swift Rest SDK Documentation Beta

Structure Mobiledge​XiOSLibrary.​Matching​Engine.​App​Inst​List​Reply

public struct AppInstListReply: Decodable

AppInstListReply struct Reply object received via GetAppInstList If an application instance exists, this will return AI_SUCCESS. Will provide information about all application instances deployed on specified carrier network

MobiledgeXiOSLibrary.MatchingEngine.AppInstListReply MobiledgeXiOSLibrary.MatchingEngine.AppInstListReply Decodable Decodable MobiledgeXiOSLibrary.MatchingEngine.AppInstListReply->Decodable

Member Of

MobiledgeXiOSLibrary.MatchingEngine

MatchingEngine class MobiledgeX MatchingEngine APIs

Nested Types

MobiledgeXiOSLibrary.MatchingEngine.AppInstListReply.AIStatus

Values for AppInstList status field

Conforms To

Decodable

Properties

ver

var ver: uint

status

var status: AIStatus

cloudlets

var cloudlets: [CloudletLocation]

tags

var tags: [String: String]?