FunctionLibrary¶
-
class
oci.data_integration.models.
FunctionLibrary
(**kwargs)¶ Bases:
object
The FunctionLibrary type contains the audit summary information and the definition of the FunctionLibrary.
Attributes
MODEL_TYPE_FUNCTION_LIBRARY
A constant which can be used with the model_type property of a FunctionLibrary. category_name
Gets the category_name of this FunctionLibrary. description
Gets the description of this FunctionLibrary. identifier
Gets the identifier of this FunctionLibrary. key
Gets the key of this FunctionLibrary. key_map
Gets the key_map of this FunctionLibrary. metadata
Gets the metadata of this FunctionLibrary. model_type
Gets the model_type of this FunctionLibrary. model_version
Gets the model_version of this FunctionLibrary. name
Gets the name of this FunctionLibrary. object_status
Gets the object_status of this FunctionLibrary. object_version
Gets the object_version of this FunctionLibrary. parent_ref
Gets the parent_ref of this FunctionLibrary. Methods
__init__
(**kwargs)Initializes a new FunctionLibrary 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 FunctionLibrary. This constant has a value of “FUNCTION_LIBRARY”
-
__init__
(**kwargs)¶ Initializes a new FunctionLibrary 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 FunctionLibrary.
- model_type (str) – The value to assign to the model_type property of this FunctionLibrary. Allowed values for this property are: “FUNCTION_LIBRARY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- model_version (str) – The value to assign to the model_version property of this FunctionLibrary.
- name (str) – The value to assign to the name property of this FunctionLibrary.
- description (str) – The value to assign to the description property of this FunctionLibrary.
- category_name (str) – The value to assign to the category_name property of this FunctionLibrary.
- object_status (int) – The value to assign to the object_status property of this FunctionLibrary.
- identifier (str) – The value to assign to the identifier property of this FunctionLibrary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FunctionLibrary.
- object_version (int) – The value to assign to the object_version property of this FunctionLibrary.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this FunctionLibrary.
- key_map (dict(str, str)) – The value to assign to the key_map property of this FunctionLibrary.
-
category_name
¶ Gets the category_name of this FunctionLibrary. The category name.
Returns: The category_name of this FunctionLibrary. Return type: str
-
description
¶ Gets the description of this FunctionLibrary. A user defined description for the Function Library.
Returns: The description of this FunctionLibrary. Return type: str
-
identifier
¶ Gets the identifier of this FunctionLibrary. 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 FunctionLibrary. Return type: str
-
key
¶ Gets the key of this FunctionLibrary. Generated key that can be used in API calls to identify FunctionLibrary.
Returns: The key of this FunctionLibrary. Return type: str
-
key_map
¶ Gets the key_map of this FunctionLibrary. A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Returns: The key_map of this FunctionLibrary. Return type: dict(str, str)
-
metadata
¶ Gets the metadata of this FunctionLibrary.
Returns: The metadata of this FunctionLibrary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this FunctionLibrary. The type of the object.
Allowed values for this property are: “FUNCTION_LIBRARY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this FunctionLibrary. Return type: str
-
model_version
¶ Gets the model_version of this FunctionLibrary. The model version of an object.
Returns: The model_version of this FunctionLibrary. Return type: str
-
name
¶ Gets the name of this FunctionLibrary. 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 FunctionLibrary. Return type: str
-
object_status
¶ Gets the object_status of this FunctionLibrary. 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 FunctionLibrary. Return type: int
-
object_version
¶ Gets the object_version of this FunctionLibrary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this FunctionLibrary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this FunctionLibrary.
Returns: The parent_ref of this FunctionLibrary. Return type: oci.data_integration.models.ParentReference
-