UpdateConnectionDetails¶
-
class
oci.data_connectivity.models.
UpdateConnectionDetails
(**kwargs)¶ Bases:
object
Properties used in connection update operations.
Methods
__init__
(**kwargs)Initializes a new UpdateConnectionDetails object with values from keyword arguments. Attributes
connection_properties
Gets the connection_properties of this UpdateConnectionDetails. description
Gets the description of this UpdateConnectionDetails. identifier
Gets the identifier of this UpdateConnectionDetails. is_default
Gets the is_default of this UpdateConnectionDetails. metadata
Gets the metadata of this UpdateConnectionDetails. model_type
Gets the model_type of this UpdateConnectionDetails. model_version
Gets the model_version of this UpdateConnectionDetails. name
Gets the name of this UpdateConnectionDetails. object_status
Gets the object_status of this UpdateConnectionDetails. object_version
Gets the object_version of this UpdateConnectionDetails. primary_schema
Gets the primary_schema of this UpdateConnectionDetails. properties
[Required] Gets the properties of this UpdateConnectionDetails. registry_metadata
Gets the registry_metadata of this UpdateConnectionDetails. type
[Required] Gets the type of this UpdateConnectionDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - model_version (str) – The value to assign to the model_version property of this UpdateConnectionDetails.
- model_type (str) – The value to assign to the model_type property of this UpdateConnectionDetails.
- name (str) – The value to assign to the name property of this UpdateConnectionDetails.
- description (str) – The value to assign to the description property of this UpdateConnectionDetails.
- object_version (int) – The value to assign to the object_version property of this UpdateConnectionDetails.
- object_status (int) – The value to assign to the object_status property of this UpdateConnectionDetails.
- identifier (str) – The value to assign to the identifier property of this UpdateConnectionDetails.
- primary_schema (oci.data_connectivity.models.Schema) – The value to assign to the primary_schema property of this UpdateConnectionDetails.
- connection_properties (list[oci.data_connectivity.models.ConnectionProperty]) – The value to assign to the connection_properties property of this UpdateConnectionDetails.
- properties (dict(str, object)) – The value to assign to the properties property of this UpdateConnectionDetails.
- type (str) – The value to assign to the type property of this UpdateConnectionDetails.
- is_default (bool) – The value to assign to the is_default property of this UpdateConnectionDetails.
- metadata (oci.data_connectivity.models.ObjectMetadata) – The value to assign to the metadata property of this UpdateConnectionDetails.
- registry_metadata (oci.data_connectivity.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateConnectionDetails.
-
connection_properties
¶ Gets the connection_properties of this UpdateConnectionDetails. The properties for the connection.
Returns: The connection_properties of this UpdateConnectionDetails. Return type: list[oci.data_connectivity.models.ConnectionProperty]
-
description
¶ Gets the description of this UpdateConnectionDetails. User-defined description for the connection.
Returns: The description of this UpdateConnectionDetails. Return type: str
-
identifier
¶ Gets the identifier of this UpdateConnectionDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this UpdateConnectionDetails. Return type: str
-
is_default
¶ Gets the is_default of this UpdateConnectionDetails. The default property for the connection.
Returns: The is_default of this UpdateConnectionDetails. Return type: bool
-
metadata
¶ Gets the metadata of this UpdateConnectionDetails.
Returns: The metadata of this UpdateConnectionDetails. Return type: oci.data_connectivity.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this UpdateConnectionDetails. The type of the object.
Returns: The model_type of this UpdateConnectionDetails. Return type: str
-
model_version
¶ Gets the model_version of this UpdateConnectionDetails. The model version of an object.
Returns: The model_version of this UpdateConnectionDetails. Return type: str
-
name
¶ Gets the name of this UpdateConnectionDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this UpdateConnectionDetails. Return type: str
-
object_status
¶ Gets the object_status of this UpdateConnectionDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this UpdateConnectionDetails. Return type: int
-
object_version
¶ Gets the object_version of this UpdateConnectionDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this UpdateConnectionDetails. Return type: int
-
primary_schema
¶ Gets the primary_schema of this UpdateConnectionDetails.
Returns: The primary_schema of this UpdateConnectionDetails. Return type: oci.data_connectivity.models.Schema
-
properties
¶ [Required] Gets the properties of this UpdateConnectionDetails. All the properties for the connection in a key-value map format.
Returns: The properties of this UpdateConnectionDetails. Return type: dict(str, object)
-
registry_metadata
¶ Gets the registry_metadata of this UpdateConnectionDetails.
Returns: The registry_metadata of this UpdateConnectionDetails. Return type: oci.data_connectivity.models.RegistryMetadata
-
type
¶ [Required] Gets the type of this UpdateConnectionDetails. Specific Connection Type
Returns: The type of this UpdateConnectionDetails. Return type: str
-