Show / Hide Table of Contents

Class FaultDomainVariableDependsOn

Depends on object.

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

Properties

AvailabilityDomainName

Declaration
[Required(ErrorMessage = "AvailabilityDomainName is required.")]
[JsonProperty(PropertyName = "availabilityDomainName")]
public string AvailabilityDomainName { get; set; }
Property Value
Type Description
string

Name of the AD in which the fault domain exists.

Remarks

Required

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

OCID of the compartment.

Remarks

Required

In this article
Back to top