Show / Hide Table of Contents

Class AvailabilityDomain

One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains several Availability Domains. For more information, see Regions and Availability Domains.

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

Properties

CompartmentId

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

The OCID of the tenancy.

Id

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

The OCID of the Availability Domain.

Name

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

The name of the Availability Domain.

In This Article
Back to top