Class AvailableRegionSummary
The summary of region availability for a subscription.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class AvailableRegionSummary
Properties
RegionName
Declaration
[Required(ErrorMessage = "RegionName is required.")]
[JsonProperty(PropertyName = "regionName")]
public string RegionName { get; set; }
Property Value
Type | Description |
---|---|
string | Region availability for the subscription. |
Remarks
Required
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |