Show / Hide Table of Contents

Class Region

A localized geographic area, such as Phoenix, AZ. Oracle Cloud Infrastructure is hosted in regions and Availability Domains. A region is composed of several Availability Domains. An Availability Domain is one or more data centers located within a region. For more information, see Regions and Availability Domains.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see Get Started with Policies.

Inheritance
System.Object
Region
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class Region : object

Properties

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

The key of the region. See Regions and Availability Domains for the full list of supported 3-letter region codes.
Example: PHX

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name of the region. See Regions and Availability Domains for the full list of supported region names.
Example: us-phoenix-1

In This Article
Back to top