MountTargetsVariableDependsOn¶
-
class
oci.fleet_apps_management.models.MountTargetsVariableDependsOn(**kwargs)¶ Bases:
objectDepends on object.
Methods
__init__(**kwargs)Initializes a new MountTargetsVariableDependsOn object with values from keyword arguments. Attributes
availability_domain[Required] Gets the availability_domain of this MountTargetsVariableDependsOn. compartment_id[Required] Gets the compartment_id of this MountTargetsVariableDependsOn. -
__init__(**kwargs)¶ Initializes a new MountTargetsVariableDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this MountTargetsVariableDependsOn.
- compartment_id (str) – The value to assign to the compartment_id property of this MountTargetsVariableDependsOn.
-
availability_domain¶ [Required] Gets the availability_domain of this MountTargetsVariableDependsOn. Name of AD for mount target.
Returns: The availability_domain of this MountTargetsVariableDependsOn. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this MountTargetsVariableDependsOn. OCID of the compartment.
Returns: The compartment_id of this MountTargetsVariableDependsOn. Return type: str
-