CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails

class oci.database_tools.models.CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails(**kwargs)

Bases: oci.database_tools.models.create_database_tools_database_api_gateway_config_details.CreateDatabaseToolsDatabaseApiGatewayConfigDetails

Details for the new Database Tools database API gateway config for the default type.

Attributes

METADATA_SOURCE_CLOUD str(object=’’) -> str
METADATA_SOURCE_DATABASE str(object=’’) -> str
TYPE_DEFAULT str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
defined_tags Gets the defined_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
display_name [Required] Gets the display_name of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
freeform_tags Gets the freeform_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
locks Gets the locks of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
metadata_source [Required] Gets the metadata_source of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
type [Required] Gets the type of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.

Methods

__init__(**kwargs) Initializes a new CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails 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.
METADATA_SOURCE_CLOUD = 'CLOUD'
METADATA_SOURCE_DATABASE = 'DATABASE'
TYPE_DEFAULT = 'DEFAULT'
__init__(**kwargs)

Initializes a new CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails 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:
  • type (str) – The value to assign to the type property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails. Allowed values for this property are: “DEFAULT”
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.
  • metadata_source (str) – The value to assign to the metadata_source property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails. Allowed values for this property are: “DATABASE”, “CLOUD”
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.
  • locks (list[oci.database_tools.models.ResourceLock]) – The value to assign to the locks property of this CreateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.
compartment_id

[Required] Gets the compartment_id of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. The OCID of the compartment containing the Database Tools database API gateway config.

Returns:The compartment_id of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:dict(str, dict(str, object))
display_name

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

Returns:The display_name of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:dict(str, 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.

locks

Gets the locks of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. Locks associated with this resource.

Returns:The locks of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:list[oci.database_tools.models.ResourceLock]
metadata_source

[Required] Gets the metadata_source of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. The RESTful service definition location.

Allowed values for this property are: “DATABASE”, “CLOUD”

Returns:The metadata_source of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails.
Return type:str
type

[Required] Gets the type of this CreateDatabaseToolsDatabaseApiGatewayConfigDetails. The Database Tools DP API gateway config type.

Allowed values for this property are: “DEFAULT”

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