Show / Hide Table of Contents

Class RegionRoutingPolicy

The cross-region routing policy for the routing profile. If this policy is not specified, only the local region is allowed.

Inheritance
object
RegionRoutingPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class RegionRoutingPolicy

Properties

AllowedRegions

Declaration
[JsonProperty(PropertyName = "allowedRegions")]
public List<string> AllowedRegions { get; set; }
Property Value
Type Description
List<string>

The ordered list of regions that routing is allowed to reach. Each entry is a region identifier (for example, us-chicago-1).
The order of entries is preserved. Duplicate entries are not allowed.

In this article
Back to top