Class Location


  • public abstract class Location
    extends Object
    A data center location that is valid for your subscription.
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • id

        public abstract String id()
        The id of the data center.
      • name

        public abstract String name()
        The name of the data center location. Ex. West Europe.
      • displayName

        public abstract String displayName()
        The localized name of the data center location.
      • longitude

        public abstract String longitude()
        The longitude of the datacenter
      • latitude

        public abstract String latitude()
        The latitude of the datacenter