Class RegionInfo
The metadata information for a region.
public class RegionInfo
- Inheritance
-
RegionInfo
- Inherited Members
Properties
Classification
The classification of the region.
[JsonPropertyName("classification")]
public string Classification { get; set; }
Property Value
CloudProvider
The cloud provider of the region.
[JsonPropertyName("cloudProvider")]
public string CloudProvider { get; set; }
Property Value
DisplayName
The display name of the region.
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Property Value
Enabled
Indicates if the region is enabled.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
Name
The name of the region.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
RegionType
The type of the region.
[JsonPropertyName("region_type")]
public string RegionType { get; set; }
Property Value
ReservedForQualifiedUsers
Indicates if the region is reserved for qualified users.
[JsonPropertyName("reservedForQualifiedUsers")]
public bool ReservedForQualifiedUsers { get; set; }
Property Value
Zone
The zone of the region.
[JsonPropertyName("zone")]
public string Zone { get; set; }