DatabaseParameterTypeDetails

class oci.opsi.models.DatabaseParameterTypeDetails(**kwargs)

Bases: oci.opsi.models.related_object_type_details.RelatedObjectTypeDetails

Database parameter details

Attributes

TYPE_DATABASE_PARAMETER str(object=’’) -> str
TYPE_SCHEMA_OBJECT str(object=’’) -> str
TYPE_SQL str(object=’’) -> str
name [Required] Gets the name of this DatabaseParameterTypeDetails.
type [Required] Gets the type of this RelatedObjectTypeDetails.

Methods

__init__(**kwargs) Initializes a new DatabaseParameterTypeDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_DATABASE_PARAMETER = 'DATABASE_PARAMETER'
TYPE_SCHEMA_OBJECT = 'SCHEMA_OBJECT'
TYPE_SQL = 'SQL'
__init__(**kwargs)

Initializes a new DatabaseParameterTypeDetails object with values from keyword arguments. The default value of the type attribute of this class is DATABASE_PARAMETER and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this DatabaseParameterTypeDetails. Allowed values for this property are: “SCHEMA_OBJECT”, “SQL”, “DATABASE_PARAMETER”
  • name (str) – The value to assign to the name property of this DatabaseParameterTypeDetails.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

name

[Required] Gets the name of this DatabaseParameterTypeDetails. Name of database parameter

Returns:The name of this DatabaseParameterTypeDetails.
Return type:str
type

[Required] Gets the type of this RelatedObjectTypeDetails. Type of related object

Allowed values for this property are: “SCHEMA_OBJECT”, “SQL”, “DATABASE_PARAMETER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this RelatedObjectTypeDetails.
Return type:str