CreateProjectDetails¶
-
class
oci.data_integration.models.
CreateProjectDetails
(**kwargs)¶ Bases:
object
The properties used in project create operations.
Methods
__init__
(**kwargs)Initializes a new CreateProjectDetails object with values from keyword arguments. Attributes
description
Gets the description of this CreateProjectDetails. identifier
[Required] Gets the identifier of this CreateProjectDetails. key
Gets the key of this CreateProjectDetails. model_version
Gets the model_version of this CreateProjectDetails. name
[Required] Gets the name of this CreateProjectDetails. object_status
Gets the object_status of this CreateProjectDetails. registry_metadata
Gets the registry_metadata of this CreateProjectDetails. -
__init__
(**kwargs)¶ Initializes a new CreateProjectDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - model_version (str) – The value to assign to the model_version property of this CreateProjectDetails.
- name (str) – The value to assign to the name property of this CreateProjectDetails.
- description (str) – The value to assign to the description property of this CreateProjectDetails.
- object_status (int) – The value to assign to the object_status property of this CreateProjectDetails.
- identifier (str) – The value to assign to the identifier property of this CreateProjectDetails.
- key (str) – The value to assign to the key property of this CreateProjectDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateProjectDetails.
-
description
¶ Gets the description of this CreateProjectDetails. A user defined description for the project.
Returns: The description of this CreateProjectDetails. Return type: str
-
identifier
¶ [Required] Gets the identifier of this CreateProjectDetails. 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 CreateProjectDetails. Return type: str
-
key
¶ Gets the key of this CreateProjectDetails. Generated key that can be used in API calls to identify project.
Returns: The key of this CreateProjectDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateProjectDetails. The model version of an object.
Returns: The model_version of this CreateProjectDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateProjectDetails. 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 CreateProjectDetails. Return type: str
-
object_status
¶ Gets the object_status of this CreateProjectDetails. 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 CreateProjectDetails. Return type: int
-
registry_metadata
¶ Gets the registry_metadata of this CreateProjectDetails.
Returns: The registry_metadata of this CreateProjectDetails. Return type: oci.data_integration.models.RegistryMetadata
-