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