File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/database_management/models/discover_cloud_exadata_infrastructure_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201101 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class DiscoverCloudExadataInfrastructureDetails(object): """ The connection details and the discovery options for the Exadata discovery. """ #: A constant which can be used with the discovery_type property of a DiscoverCloudExadataInfrastructureDetails. #: This constant has a value of "NEW" DISCOVERY_TYPE_NEW = "NEW" #: A constant which can be used with the discovery_type property of a DiscoverCloudExadataInfrastructureDetails. #: This constant has a value of "OVERRIDE" DISCOVERY_TYPE_OVERRIDE = "OVERRIDE" def __init__(self, **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): :param compartment_id: The value to assign to the compartment_id property of this DiscoverCloudExadataInfrastructureDetails. :type compartment_id: str :param discovery_type: The value to assign to the discovery_type property of this DiscoverCloudExadataInfrastructureDetails. Allowed values for this property are: "NEW", "OVERRIDE" :type discovery_type: str :param vm_cluster_ids: The value to assign to the vm_cluster_ids property of this DiscoverCloudExadataInfrastructureDetails. :type vm_cluster_ids: list[str] :param exadata_infrastructure_id: The value to assign to the exadata_infrastructure_id property of this DiscoverCloudExadataInfrastructureDetails. :type exadata_infrastructure_id: str """ self.swagger_types = { 'compartment_id': 'str', 'discovery_type': 'str', 'vm_cluster_ids': 'list[str]', 'exadata_infrastructure_id': 'str' } self.attribute_map = { 'compartment_id': 'compartmentId', 'discovery_type': 'discoveryType', 'vm_cluster_ids': 'vmClusterIds', 'exadata_infrastructure_id': 'exadataInfrastructureId' } self._compartment_id = None self._discovery_type = None self._vm_cluster_ids = None self._exadata_infrastructure_id = None @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this DiscoverCloudExadataInfrastructureDetails. The `OCID`__ of the compartment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DiscoverCloudExadataInfrastructureDetails. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this DiscoverCloudExadataInfrastructureDetails. The `OCID`__ of the compartment. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DiscoverCloudExadataInfrastructureDetails. :type: str """ self._compartment_id = compartment_id @property def discovery_type(self): """ **[Required]** Gets the discovery_type of this DiscoverCloudExadataInfrastructureDetails. The type of discovery. Allowed values for this property are: "NEW", "OVERRIDE" :return: The discovery_type of this DiscoverCloudExadataInfrastructureDetails. :rtype: str """ return self._discovery_type @discovery_type.setter def discovery_type(self, discovery_type): """ Sets the discovery_type of this DiscoverCloudExadataInfrastructureDetails. The type of discovery. :param discovery_type: The discovery_type of this DiscoverCloudExadataInfrastructureDetails. :type: str """ allowed_values = ["NEW", "OVERRIDE"] if not value_allowed_none_or_none_sentinel(discovery_type, allowed_values): raise ValueError( f"Invalid value for `discovery_type`, must be None or one of {allowed_values}" ) self._discovery_type = discovery_type @property def vm_cluster_ids(self): """ **[Required]** Gets the vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails. The list of VM Clusters in the Exadata infrastructure. :return: The vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails. :rtype: list[str] """ return self._vm_cluster_ids @vm_cluster_ids.setter def vm_cluster_ids(self, vm_cluster_ids): """ Sets the vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails. The list of VM Clusters in the Exadata infrastructure. :param vm_cluster_ids: The vm_cluster_ids of this DiscoverCloudExadataInfrastructureDetails. :type: list[str] """ self._vm_cluster_ids = vm_cluster_ids @property def exadata_infrastructure_id(self): """ Gets the exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails. The `OCID`__ of the Exadata infrastructure. This is applicable for rediscovery only. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails. :rtype: str """ return self._exadata_infrastructure_id @exadata_infrastructure_id.setter def exadata_infrastructure_id(self, exadata_infrastructure_id): """ Sets the exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails. The `OCID`__ of the Exadata infrastructure. This is applicable for rediscovery only. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param exadata_infrastructure_id: The exadata_infrastructure_id of this DiscoverCloudExadataInfrastructureDetails. :type: str """ self._exadata_infrastructure_id = exadata_infrastructure_id def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings