DiscoverCloudExadataInfrastructureDetails

class oci.database_management.models.DiscoverCloudExadataInfrastructureDetails(**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 DiscoverCloudExadataInfrastructureDetails.
DISCOVERY_TYPE_OVERRIDE A constant which can be used with the discovery_type property of a DiscoverCloudExadataInfrastructureDetails.
compartment_id [Required] Gets the compartment_id of this DiscoverCloudExadataInfrastructureDetails.
discovery_type [Required] Gets the discovery_type of this DiscoverCloudExadataInfrastructureDetails.
exadata_infrastructure_id Gets the exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails.
vm_cluster_ids [Required] Gets the vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails.

Methods

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

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

DISCOVERY_TYPE_OVERRIDE = 'OVERRIDE'

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

__init__(**kwargs)

Initializes a new DiscoverCloudExadataInfrastructureDetails 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 DiscoverCloudExadataInfrastructureDetails.
  • discovery_type (str) – The value to assign to the discovery_type property of this DiscoverCloudExadataInfrastructureDetails. Allowed values for this property are: “NEW”, “OVERRIDE”
  • vm_cluster_ids (list[str]) – The value to assign to the vm_cluster_ids property of this DiscoverCloudExadataInfrastructureDetails.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this DiscoverCloudExadataInfrastructureDetails.
compartment_id

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

Returns:The compartment_id of this DiscoverCloudExadataInfrastructureDetails.
Return type:str
discovery_type

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

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

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

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

Returns:The exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails.
Return type:str
vm_cluster_ids

[Required] Gets the vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails. The list of VM Clusters in the Exadata infrastructure.

Returns:The vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails.
Return type:list[str]