Structure
MobiledgeXiOSLibrary.MatchingEngine.AppInstListReply
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
Relationships
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]?