DiscoverExternalExadataInfrastructureDetails

class oci.database_management.models.DiscoverExternalExadataInfrastructureDetails(**kwargs)

Bases: object

The connection details and the discovery options for the Exadata discovery.

Attributes

DISCOVERY_TYPE_NEW A constant which can be used with the discovery_type property of a DiscoverExternalExadataInfrastructureDetails.
DISCOVERY_TYPE_OVERRIDE A constant which can be used with the discovery_type property of a DiscoverExternalExadataInfrastructureDetails.
compartment_id [Required] Gets the compartment_id of this DiscoverExternalExadataInfrastructureDetails.
db_system_ids [Required] Gets the db_system_ids of this DiscoverExternalExadataInfrastructureDetails.
discovery_type [Required] Gets the discovery_type of this DiscoverExternalExadataInfrastructureDetails.
exadata_infrastructure_id Gets the exadata_infrastructure_id of this DiscoverExternalExadataInfrastructureDetails.

Methods

__init__(**kwargs) Initializes a new DiscoverExternalExadataInfrastructureDetails object with values from keyword arguments.
DISCOVERY_TYPE_NEW = 'NEW'

A constant which can be used with the discovery_type property of a DiscoverExternalExadataInfrastructureDetails. This constant has a value of “NEW”

DISCOVERY_TYPE_OVERRIDE = 'OVERRIDE'

A constant which can be used with the discovery_type property of a DiscoverExternalExadataInfrastructureDetails. This constant has a value of “OVERRIDE”

__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this DiscoverExternalExadataInfrastructureDetails.
  • discovery_type (str) – The value to assign to the discovery_type property of this DiscoverExternalExadataInfrastructureDetails. Allowed values for this property are: “NEW”, “OVERRIDE”
  • db_system_ids (list[str]) – The value to assign to the db_system_ids property of this DiscoverExternalExadataInfrastructureDetails.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this DiscoverExternalExadataInfrastructureDetails.
compartment_id

[Required] Gets the compartment_id of this DiscoverExternalExadataInfrastructureDetails. The OCID of the compartment.

Returns:The compartment_id of this DiscoverExternalExadataInfrastructureDetails.
Return type:str
db_system_ids

[Required] Gets the db_system_ids of this DiscoverExternalExadataInfrastructureDetails. The list of the DB system identifiers.

Returns:The db_system_ids of this DiscoverExternalExadataInfrastructureDetails.
Return type:list[str]
discovery_type

[Required] Gets the discovery_type of this DiscoverExternalExadataInfrastructureDetails. The type of discovery.

Allowed values for this property are: “NEW”, “OVERRIDE”

Returns:The discovery_type of this DiscoverExternalExadataInfrastructureDetails.
Return type:str
exadata_infrastructure_id

Gets the exadata_infrastructure_id of this DiscoverExternalExadataInfrastructureDetails. The OCID of the Exadata infrastructure. This is applicable for rediscovery only.

Returns:The exadata_infrastructure_id of this DiscoverExternalExadataInfrastructureDetails.
Return type:str