CreateFolderDetails

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

Bases: object

The properties used in folder create operations.

Methods

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

Attributes

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

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

Gets the category_name of this CreateFolderDetails. The category name.

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

Gets the description of this CreateFolderDetails. A user defined description for the folder.

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

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

Gets the key of this CreateFolderDetails. Currently not used on folder creation. Reserved for future.

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

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

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

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

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

[Required] Gets the registry_metadata of this CreateFolderDetails.

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