UserDefinedProperties

class oci.database_migration.models.UserDefinedProperties(**kwargs)

Bases: object

User defined properties

Methods

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

Attributes

description Gets the description of this UserDefinedProperties.
display_name [Required] Gets the display_name of this UserDefinedProperties.
help_link_text Gets the help_link_text of this UserDefinedProperties.
help_link_url Gets the help_link_url of this UserDefinedProperties.
properties Gets the properties of this UserDefinedProperties.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UserDefinedProperties.
  • description (str) – The value to assign to the description property of this UserDefinedProperties.
  • help_link_url (str) – The value to assign to the help_link_url property of this UserDefinedProperties.
  • help_link_text (str) – The value to assign to the help_link_text property of this UserDefinedProperties.
  • properties (list[oci.database_migration.models.UserDefinedProperty]) – The value to assign to the properties property of this UserDefinedProperties.
description

Gets the description of this UserDefinedProperties. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The description of this UserDefinedProperties.
Return type:str
display_name

[Required] Gets the display_name of this UserDefinedProperties. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UserDefinedProperties.
Return type:str

Gets the help_link_text of this UserDefinedProperties. The Help link text.

Returns:The help_link_text of this UserDefinedProperties.
Return type:str

Gets the help_link_url of this UserDefinedProperties. The Help URL.

Returns:The help_link_url of this UserDefinedProperties.
Return type:str
properties

Gets the properties of this UserDefinedProperties. Array of user defined properties.

Returns:The properties of this UserDefinedProperties.
Return type:list[oci.database_migration.models.UserDefinedProperty]