Class Location
java.lang.Object
org.jclouds.azurecompute.arm.domain.Location
A data center location that is valid for your subscription.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Location
abstract String
The localized name of the data center location.abstract String
id()
The id of the data center.abstract String
latitude()
The latitude of the datacenterabstract String
The longitude of the datacenterabstract String
name()
The name of the data center location.
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
id
The id of the data center. -
name
The name of the data center location. Ex.West Europe
. -
displayName
The localized name of the data center location. -
longitude
The longitude of the datacenter -
latitude
The latitude of the datacenter -
create
-