UpdateFunctionLibraryDetails

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

Bases: object

The properties used in FunctionLibrary update operations.

Methods

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

Attributes

category_name Gets the category_name of this UpdateFunctionLibraryDetails.
description Gets the description of this UpdateFunctionLibraryDetails.
identifier Gets the identifier of this UpdateFunctionLibraryDetails.
model_version Gets the model_version of this UpdateFunctionLibraryDetails.
name Gets the name of this UpdateFunctionLibraryDetails.
object_status Gets the object_status of this UpdateFunctionLibraryDetails.
object_version Gets the object_version of this UpdateFunctionLibraryDetails.
registry_metadata Gets the registry_metadata of this UpdateFunctionLibraryDetails.
__init__(**kwargs)

Initializes a new UpdateFunctionLibraryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this UpdateFunctionLibraryDetails.
  • description (str) – The value to assign to the description property of this UpdateFunctionLibraryDetails.
  • category_name (str) – The value to assign to the category_name property of this UpdateFunctionLibraryDetails.
  • object_status (int) – The value to assign to the object_status property of this UpdateFunctionLibraryDetails.
  • identifier (str) – The value to assign to the identifier property of this UpdateFunctionLibraryDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateFunctionLibraryDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateFunctionLibraryDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateFunctionLibraryDetails.
category_name

Gets the category_name of this UpdateFunctionLibraryDetails. The category name.

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

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

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

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

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

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

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

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

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

Returns:The object_version of this UpdateFunctionLibraryDetails.
Return type:int
registry_metadata

Gets the registry_metadata of this UpdateFunctionLibraryDetails.

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