AddmDbSchemaObjectSummary

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

Bases: object

Details for a given object id

Methods

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

Attributes

id [Required] Gets the id of this AddmDbSchemaObjectSummary.
object_identifier [Required] Gets the object_identifier of this AddmDbSchemaObjectSummary.
object_name [Required] Gets the object_name of this AddmDbSchemaObjectSummary.
object_type [Required] Gets the object_type of this AddmDbSchemaObjectSummary.
owner [Required] Gets the owner of this AddmDbSchemaObjectSummary.
sub_object_name Gets the sub_object_name of this AddmDbSchemaObjectSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AddmDbSchemaObjectSummary.
  • object_identifier (int) – The value to assign to the object_identifier property of this AddmDbSchemaObjectSummary.
  • owner (str) – The value to assign to the owner property of this AddmDbSchemaObjectSummary.
  • object_name (str) – The value to assign to the object_name property of this AddmDbSchemaObjectSummary.
  • sub_object_name (str) – The value to assign to the sub_object_name property of this AddmDbSchemaObjectSummary.
  • object_type (str) – The value to assign to the object_type property of this AddmDbSchemaObjectSummary.
id

[Required] Gets the id of this AddmDbSchemaObjectSummary. The OCID of the Database insight.

Returns:The id of this AddmDbSchemaObjectSummary.
Return type:str
object_identifier

[Required] Gets the object_identifier of this AddmDbSchemaObjectSummary. Object id (from RDBMS)

Returns:The object_identifier of this AddmDbSchemaObjectSummary.
Return type:int
object_name

[Required] Gets the object_name of this AddmDbSchemaObjectSummary. Name of object

Returns:The object_name of this AddmDbSchemaObjectSummary.
Return type:str
object_type

[Required] Gets the object_type of this AddmDbSchemaObjectSummary. Type of the object (such as TABLE, INDEX)

Returns:The object_type of this AddmDbSchemaObjectSummary.
Return type:str
owner

[Required] Gets the owner of this AddmDbSchemaObjectSummary. Owner of object

Returns:The owner of this AddmDbSchemaObjectSummary.
Return type:str
sub_object_name

Gets the sub_object_name of this AddmDbSchemaObjectSummary. Subobject name; for example, partition name

Returns:The sub_object_name of this AddmDbSchemaObjectSummary.
Return type:str