πΊοΈ Location
Get all Locations
HetznerCloudClient hetznerCloudClient = new HetznerCloudClient("apiKey");
// Get All
List<Location> listLocation = await hetznerCloudClient.Location.Get();Get a Location
HetznerCloudClient hetznerCloudClient = new HetznerCloudClient("apiKey");
// Set ID
long LocationId = 2;
// Get
Location location = await hetznerCloudClient.Location.Get(LocationId);eDataCenter
Datacenter ID
Location ID
Name
Ciudad
Network Zone
JSON
Last updated