FunctionLibraryDetails¶
-
class
oci.data_integration.models.
FunctionLibraryDetails
(**kwargs)¶ Bases:
object
The details including name, description for the function library, which is a container for user defined functions.
Attributes
MODEL_TYPE_FUNCTION_LIBRARY
A constant which can be used with the model_type property of a FunctionLibraryDetails. category_name
Gets the category_name of this FunctionLibraryDetails. description
Gets the description of this FunctionLibraryDetails. identifier
Gets the identifier of this FunctionLibraryDetails. key
[Required] Gets the key of this FunctionLibraryDetails. model_type
[Required] Gets the model_type of this FunctionLibraryDetails. model_version
Gets the model_version of this FunctionLibraryDetails. name
Gets the name of this FunctionLibraryDetails. object_status
Gets the object_status of this FunctionLibraryDetails. object_version
[Required] Gets the object_version of this FunctionLibraryDetails. parent_ref
Gets the parent_ref of this FunctionLibraryDetails. registry_metadata
Gets the registry_metadata of this FunctionLibraryDetails. Methods
__init__
(**kwargs)Initializes a new FunctionLibraryDetails object with values from keyword arguments. -
MODEL_TYPE_FUNCTION_LIBRARY
= 'FUNCTION_LIBRARY'¶ A constant which can be used with the model_type property of a FunctionLibraryDetails. This constant has a value of “FUNCTION_LIBRARY”
-
__init__
(**kwargs)¶ Initializes a new FunctionLibraryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this FunctionLibraryDetails.
- model_type (str) – The value to assign to the model_type property of this FunctionLibraryDetails. Allowed values for this property are: “FUNCTION_LIBRARY”
- model_version (str) – The value to assign to the model_version property of this FunctionLibraryDetails.
- name (str) – The value to assign to the name property of this FunctionLibraryDetails.
- description (str) – The value to assign to the description property of this FunctionLibraryDetails.
- category_name (str) – The value to assign to the category_name property of this FunctionLibraryDetails.
- object_status (int) – The value to assign to the object_status property of this FunctionLibraryDetails.
- identifier (str) – The value to assign to the identifier property of this FunctionLibraryDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FunctionLibraryDetails.
- object_version (int) – The value to assign to the object_version property of this FunctionLibraryDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this FunctionLibraryDetails.
-
category_name
¶ Gets the category_name of this FunctionLibraryDetails. The category name.
Returns: The category_name of this FunctionLibraryDetails. Return type: str
-
description
¶ Gets the description of this FunctionLibraryDetails. A user defined description for the FunctionLibrary.
Returns: The description of this FunctionLibraryDetails. Return type: str
-
identifier
¶ Gets the identifier of this FunctionLibraryDetails. 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 FunctionLibraryDetails. Return type: str
-
key
¶ [Required] Gets the key of this FunctionLibraryDetails. Generated key that can be used in API calls to identify FunctionLibrary.
Returns: The key of this FunctionLibraryDetails. Return type: str
-
model_type
¶ [Required] Gets the model_type of this FunctionLibraryDetails. The type of the object.
Allowed values for this property are: “FUNCTION_LIBRARY”
Returns: The model_type of this FunctionLibraryDetails. Return type: str
-
model_version
¶ Gets the model_version of this FunctionLibraryDetails. The model version of an object.
Returns: The model_version of this FunctionLibraryDetails. Return type: str
-
name
¶ Gets the name of this FunctionLibraryDetails. 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 FunctionLibraryDetails. Return type: str
-
object_status
¶ Gets the object_status of this FunctionLibraryDetails. 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 FunctionLibraryDetails. Return type: int
-
object_version
¶ [Required] Gets the object_version of this FunctionLibraryDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this FunctionLibraryDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this FunctionLibraryDetails.
Returns: The parent_ref of this FunctionLibraryDetails. Return type: oci.data_integration.models.ParentReference
-
registry_metadata
¶ Gets the registry_metadata of this FunctionLibraryDetails.
Returns: The registry_metadata of this FunctionLibraryDetails. Return type: oci.data_integration.models.RegistryMetadata
-