Swift Rest SDK Documentation Beta

Structure Mobiledge​XiOSLibrary.​Matching​Engine.​Cloudlet​Location

public struct CloudletLocation: Decodable

Object returned in AppInstListReply cloudlets field The geo-location of Cloudlets (resources) within the Operator's Telco infrastructure, where Developers can create and deploy application instances to the available Cloudlets.

MobiledgeXiOSLibrary.MatchingEngine.CloudletLocation MobiledgeXiOSLibrary.MatchingEngine.CloudletLocation Decodable Decodable MobiledgeXiOSLibrary.MatchingEngine.CloudletLocation->Decodable

Member Of

MobiledgeXiOSLibrary.MatchingEngine

MatchingEngine class MobiledgeX MatchingEngine APIs

Conforms To

Decodable

Properties

carrier_name

var carrier_name: String

cloudlet_name

var cloudlet_name: String

gps_location

var gps_location: Loc

distance

var distance: Double

appinstances

var appinstances: [Appinstance]