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