FunctionLibrarySummary

class oci.data_integration.models.FunctionLibrarySummary(**kwargs)

Bases: object

The FunctionLibrary summary type contains the audit summary information and the definition of the Function Library.

Attributes

MODEL_TYPE_FUNCTION_LIBRARY A constant which can be used with the model_type property of a FunctionLibrarySummary.
category_name Gets the category_name of this FunctionLibrarySummary.
description Gets the description of this FunctionLibrarySummary.
identifier Gets the identifier of this FunctionLibrarySummary.
key Gets the key of this FunctionLibrarySummary.
key_map Gets the key_map of this FunctionLibrarySummary.
metadata Gets the metadata of this FunctionLibrarySummary.
model_type Gets the model_type of this FunctionLibrarySummary.
model_version Gets the model_version of this FunctionLibrarySummary.
name Gets the name of this FunctionLibrarySummary.
object_status Gets the object_status of this FunctionLibrarySummary.
object_version Gets the object_version of this FunctionLibrarySummary.
parent_ref Gets the parent_ref of this FunctionLibrarySummary.

Methods

__init__(**kwargs) Initializes a new FunctionLibrarySummary 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 FunctionLibrarySummary. This constant has a value of “FUNCTION_LIBRARY”

__init__(**kwargs)

Initializes a new FunctionLibrarySummary 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 FunctionLibrarySummary.
  • model_type (str) – The value to assign to the model_type property of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
  • name (str) – The value to assign to the name property of this FunctionLibrarySummary.
  • description (str) – The value to assign to the description property of this FunctionLibrarySummary.
  • category_name (str) – The value to assign to the category_name property of this FunctionLibrarySummary.
  • object_status (int) – The value to assign to the object_status property of this FunctionLibrarySummary.
  • identifier (str) – The value to assign to the identifier property of this FunctionLibrarySummary.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FunctionLibrarySummary.
  • object_version (int) – The value to assign to the object_version property of this FunctionLibrarySummary.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this FunctionLibrarySummary.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this FunctionLibrarySummary.
category_name

Gets the category_name of this FunctionLibrarySummary. The category name.

Returns:The category_name of this FunctionLibrarySummary.
Return type:str
description

Gets the description of this FunctionLibrarySummary. A user defined description for the Function Library.

Returns:The description of this FunctionLibrarySummary.
Return type:str
identifier

Gets the identifier of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
Return type:str
key

Gets the key of this FunctionLibrarySummary. Generated key that can be used in API calls to identify FunctionLibrary.

Returns:The key of this FunctionLibrarySummary.
Return type:str
key_map

Gets the key_map of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
Return type:dict(str, str)
metadata

Gets the metadata of this FunctionLibrarySummary.

Returns:The metadata of this FunctionLibrarySummary.
Return type:oci.data_integration.models.ObjectMetadata
model_type

Gets the model_type of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
Return type:str
model_version

Gets the model_version of this FunctionLibrarySummary. The model version of an object.

Returns:The model_version of this FunctionLibrarySummary.
Return type:str
name

Gets the name of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
Return type:str
object_status

Gets the object_status of this FunctionLibrarySummary. 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 FunctionLibrarySummary.
Return type:int
object_version

Gets the object_version of this FunctionLibrarySummary. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this FunctionLibrarySummary.
Return type:int
parent_ref

Gets the parent_ref of this FunctionLibrarySummary.

Returns:The parent_ref of this FunctionLibrarySummary.
Return type:oci.data_integration.models.ParentReference