DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary¶
-
class
oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary(**kwargs)¶ Bases:
oci.database_tools_runtime.models.database_tools_database_api_gateway_config_pool_summary.DatabaseToolsDatabaseApiGatewayConfigPoolSummarySummary of the Database Tools database API gateway config pool resource.
Attributes
TYPE_DEFAULTstr(object=’’) -> str database_tools_connection_id[Required] Gets the database_tools_connection_id of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. display_name[Required] Gets the display_name of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. key[Required] Gets the key of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. time_created[Required] Gets the time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. time_updated[Required] Gets the time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. type[Required] Gets the type of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Methods
__init__(**kwargs)Initializes a new DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary 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 DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary object with values from keyword arguments. The default value of the
typeattribute of this class isDEFAULTand 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 DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary.
- type (str) – The value to assign to the type property of this DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary. Allowed values for this property are: “DEFAULT”
- display_name (str) – The value to assign to the display_name property of this DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary.
- database_tools_connection_id (str) – The value to assign to the database_tools_connection_id property of this DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary.
- time_created (datetime) – The value to assign to the time_created property of this DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DatabaseToolsDatabaseApiGatewayConfigPoolDefaultSummary.
-
database_tools_connection_id¶ [Required] Gets the database_tools_connection_id of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. The OCID of the related Database Tools connection.
Returns: The database_tools_connection_id of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. 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 DatabaseToolsDatabaseApiGatewayConfigPoolSummary. A system generated string that uniquely identifies a pool sub resource.
Returns: The key of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Return type: str
-
time_created¶ [Required] Gets the time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. The time the resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. The time the resource was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Return type: datetime
-
type¶ [Required] Gets the type of this DatabaseToolsDatabaseApiGatewayConfigPoolSummary. The type of the Database Tools database API gateway config pool 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 DatabaseToolsDatabaseApiGatewayConfigPoolSummary. Return type: str
-