FaultDomainVariableDependsOn

class oci.fleet_apps_management.models.FaultDomainVariableDependsOn(**kwargs)

Bases: object

Depends on object.

Methods

__init__(**kwargs) Initializes a new FaultDomainVariableDependsOn object with values from keyword arguments.

Attributes

availability_domain_name [Required] Gets the availability_domain_name of this FaultDomainVariableDependsOn.
compartment_id [Required] Gets the compartment_id of this FaultDomainVariableDependsOn.
__init__(**kwargs)

Initializes a new FaultDomainVariableDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this FaultDomainVariableDependsOn.
  • availability_domain_name (str) – The value to assign to the availability_domain_name property of this FaultDomainVariableDependsOn.
availability_domain_name

[Required] Gets the availability_domain_name of this FaultDomainVariableDependsOn. Name of the AD in which the fault domain exists.

Returns:The availability_domain_name of this FaultDomainVariableDependsOn.
Return type:str
compartment_id

[Required] Gets the compartment_id of this FaultDomainVariableDependsOn. OCID of the compartment.

Returns:The compartment_id of this FaultDomainVariableDependsOn.
Return type:str