Conforms: NSCoding
Extends: NSObject
Declared in: VPNUServerItem.h
@property (nonatomic, readonly, assign) CLLocationCoordinate2D coordinates;
A structure that contains a server's geographical coordinate.
@property (nonatomic, readonly) NSString *countryCode;
The country code.
@property (nonatomic, readonly) NSString *domain;
Domain which represents the server.
@property (nonatomic, readonly) NSString *flagURI;
URI of region country's flag image.
@property (nonatomic, readonly) NSString *flatFlagURI;
URI of region country's flat flag image.
@property (nonatomic, readonly) NSString *fullDescription;
A concatenation of name and shortDescription properties.
@property (nonatomic, readonly) NSString *name;
Server's name.
@property (nonatomic, readonly) double networkLoad;
Server's network load.
@property (nonatomic, readonly, getter=isP2PRestricted) BOOL P2PRestricted;
Server is restricted from P2P usage.
@property (nonatomic, readonly) NSInteger priority;
Server's priority.
@property (nonatomic, readonly) NSString *region;
The region shorthand description.
@property (nonatomic, readonly) NSString *shortDescription;
Server's description.
@property (nonatomic, readonly) NSString *smallFlatFlagURI;
URI of region country's small flat flag image.