ConnectionAliasSummary¶
-
class
oci.data_catalog.models.
ConnectionAliasSummary
(**kwargs)¶ Bases:
object
Summary representation of database aliases parsed from the file metadata.
Methods
__init__
(**kwargs)Initializes a new ConnectionAliasSummary object with values from keyword arguments. Attributes
alias_details
Gets the alias_details of this ConnectionAliasSummary. alias_name
[Required] Gets the alias_name of this ConnectionAliasSummary. -
__init__
(**kwargs)¶ Initializes a new ConnectionAliasSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - alias_name (str) – The value to assign to the alias_name property of this ConnectionAliasSummary.
- alias_details (str) – The value to assign to the alias_details property of this ConnectionAliasSummary.
-
alias_details
¶ Gets the alias_details of this ConnectionAliasSummary. The description about the database alias parsed from the file metadata.
Returns: The alias_details of this ConnectionAliasSummary. Return type: str
-
alias_name
¶ [Required] Gets the alias_name of this ConnectionAliasSummary. A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The alias_name of this ConnectionAliasSummary. Return type: str
-