DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary

class oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary(**kwargs)

Bases: oci.database_tools_runtime.models.database_tools_database_api_gateway_config_pool_auto_api_spec_summary.DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary

Summary of the Database Tools database API gateway config auto API spec resource.

Attributes

TYPE_DEFAULT str(object=’’) -> str
display_name [Required] Gets the display_name of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
key [Required] Gets the key of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
time_created [Required] Gets the time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
time_updated [Required] Gets the time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
type [Required] Gets the type of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.

Methods

__init__(**kwargs) Initializes a new DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary 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_DEFAULT = 'DEFAULT'
__init__(**kwargs)

Initializes a new DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary object with values from keyword arguments. The default value of the type attribute of this class is DEFAULT and it should not be changed. 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 DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary.
  • type (str) – The value to assign to the type property of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary. Allowed values for this property are: “DEFAULT”
  • display_name (str) – The value to assign to the display_name property of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary.
  • time_created (datetime) – The value to assign to the time_created property of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDefaultSummary.
display_name

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

Returns:The display_name of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
Return type:str
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.

key

[Required] Gets the key of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary. A system generated string that uniquely identifies an auto API spec sub resource within a pool.

Returns:The key of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
Return type:str
time_created

[Required] Gets the time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary. The time the resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary. The time the resource was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary.
Return type:datetime
type

[Required] Gets the type of this DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecSummary. The type of the Database Tools database API gateway config auto API spec sub resource.

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

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