SourceAssessmentConnection¶
-
class
oci.database_migration.models.SourceAssessmentConnection(**kwargs)¶ Bases:
objectSource Assessment Connection object
Methods
__init__(**kwargs)Initializes a new SourceAssessmentConnection object with values from keyword arguments. Attributes
id[Required] Gets the id of this SourceAssessmentConnection. -
__init__(**kwargs)¶ Initializes a new SourceAssessmentConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: id (str) – The value to assign to the id property of this SourceAssessmentConnection.
-
id¶ [Required] Gets the id of this SourceAssessmentConnection. The OCID of the resource being referenced.
Returns: The id of this SourceAssessmentConnection. Return type: str
-