Class FaultDomainVariableDependsOn
Depends on object.
Inherited Members
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