Show / Hide Table of Contents

Class FaultDomain

A Fault Domain is a logical grouping of hardware and infrastructure within an Availability Domain that can become unavailable in its entirety either due to hardware failure such as Top-of-rack (TOR) switch failure or due to planned software maintenance such as security updates that reboot your instances.

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

Properties

AvailabilityDomain

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

The name of the availabilityDomain where the Fault Domain belongs.

CompartmentId

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

The OCID of the compartment. Currently only tenancy (root) compartment can be provided.

Id

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

The OCID of the Fault Domain.

Name

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

The name of the Fault Domain.

In This Article
Back to top