UserDefinedPropertyOption¶
-
class
oci.database_migration.models.UserDefinedPropertyOption(**kwargs)¶ Bases:
objectUser defined property option
Methods
__init__(**kwargs)Initializes a new UserDefinedPropertyOption object with values from keyword arguments. Attributes
descriptionGets the description of this UserDefinedPropertyOption. display_name[Required] Gets the display_name of this UserDefinedPropertyOption. value[Required] Gets the value of this UserDefinedPropertyOption. -
__init__(**kwargs)¶ Initializes a new UserDefinedPropertyOption 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 UserDefinedPropertyOption.
- description (str) – The value to assign to the description property of this UserDefinedPropertyOption.
- value (str) – The value to assign to the value property of this UserDefinedPropertyOption.
-
description¶ Gets the description of this UserDefinedPropertyOption. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this UserDefinedPropertyOption. Return type: str
-
display_name¶ [Required] Gets the display_name of this UserDefinedPropertyOption. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UserDefinedPropertyOption. Return type: str
-
value¶ [Required] Gets the value of this UserDefinedPropertyOption. The option value.
Returns: The value of this UserDefinedPropertyOption. Return type: str
-