Show / Hide Table of Contents

Class AvailableRegionSummary

The summary of region availability for a subscription.

Inheritance
object
AvailableRegionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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"}}

In this article
Back to top