UpdateProjectDetails

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

Bases: object

The properties used in project update operations.

Methods

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

Attributes

description Gets the description of this UpdateProjectDetails.
identifier Gets the identifier of this UpdateProjectDetails.
key [Required] Gets the key of this UpdateProjectDetails.
model_type [Required] Gets the model_type of this UpdateProjectDetails.
model_version Gets the model_version of this UpdateProjectDetails.
name Gets the name of this UpdateProjectDetails.
object_status Gets the object_status of this UpdateProjectDetails.
object_version [Required] Gets the object_version of this UpdateProjectDetails.
parent_ref Gets the parent_ref of this UpdateProjectDetails.
registry_metadata Gets the registry_metadata of this UpdateProjectDetails.
__init__(**kwargs)

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

Gets the description of this UpdateProjectDetails. A user defined description for the project.

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

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

[Required] Gets the key of this UpdateProjectDetails. Generated key that can be used in API calls to identify project.

Returns:The key of this UpdateProjectDetails.
Return type:str
model_type

[Required] Gets the model_type of this UpdateProjectDetails. The type of the object.

Returns:The model_type of this UpdateProjectDetails.
Return type:str
model_version

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

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

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

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

[Required] Gets the object_version of this UpdateProjectDetails. The version of the object that is used to track changes in the object instance.

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

Gets the parent_ref of this UpdateProjectDetails.

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

Gets the registry_metadata of this UpdateProjectDetails.

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