CreateFunctionLibraryDetails

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

Bases: object

The properties used in FunctionLibrary create operations.

Methods

__init__(**kwargs) Initializes a new CreateFunctionLibraryDetails object with values from keyword arguments.

Attributes

category_name Gets the category_name of this CreateFunctionLibraryDetails.
description Gets the description of this CreateFunctionLibraryDetails.
identifier [Required] Gets the identifier of this CreateFunctionLibraryDetails.
key Gets the key of this CreateFunctionLibraryDetails.
model_version Gets the model_version of this CreateFunctionLibraryDetails.
name [Required] Gets the name of this CreateFunctionLibraryDetails.
object_status Gets the object_status of this CreateFunctionLibraryDetails.
registry_metadata [Required] Gets the registry_metadata of this CreateFunctionLibraryDetails.
__init__(**kwargs)

Initializes a new CreateFunctionLibraryDetails 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 CreateFunctionLibraryDetails.
  • model_version (str) – The value to assign to the model_version property of this CreateFunctionLibraryDetails.
  • name (str) – The value to assign to the name property of this CreateFunctionLibraryDetails.
  • description (str) – The value to assign to the description property of this CreateFunctionLibraryDetails.
  • category_name (str) – The value to assign to the category_name property of this CreateFunctionLibraryDetails.
  • object_status (int) – The value to assign to the object_status property of this CreateFunctionLibraryDetails.
  • identifier (str) – The value to assign to the identifier property of this CreateFunctionLibraryDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateFunctionLibraryDetails.
category_name

Gets the category_name of this CreateFunctionLibraryDetails. The category name.

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

Gets the description of this CreateFunctionLibraryDetails. A user defined description for the FunctionLibrary.

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

[Required] Gets the identifier of this CreateFunctionLibraryDetails. 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 CreateFunctionLibraryDetails.
Return type:str
key

Gets the key of this CreateFunctionLibraryDetails. Currently not used on FunctionLibrary creation. Reserved for future.

Returns:The key of this CreateFunctionLibraryDetails.
Return type:str
model_version

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

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

[Required] Gets the name of this CreateFunctionLibraryDetails. 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 CreateFunctionLibraryDetails.
Return type:str
object_status

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

[Required] Gets the registry_metadata of this CreateFunctionLibraryDetails.

Returns:The registry_metadata of this CreateFunctionLibraryDetails.
Return type:oci.data_integration.models.RegistryMetadata