UpdateExternalExadataInfrastructureDetails¶
-
class
oci.database_management.models.
UpdateExternalExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
The details required to update the external Exadata infrastructure.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a UpdateExternalExadataInfrastructureDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a UpdateExternalExadataInfrastructureDetails. compartment_id
[Required] Gets the compartment_id of this UpdateExternalExadataInfrastructureDetails. db_system_ids
Gets the db_system_ids of this UpdateExternalExadataInfrastructureDetails. defined_tags
Gets the defined_tags of this UpdateExternalExadataInfrastructureDetails. discovery_key
Gets the discovery_key of this UpdateExternalExadataInfrastructureDetails. display_name
Gets the display_name of this UpdateExternalExadataInfrastructureDetails. freeform_tags
Gets the freeform_tags of this UpdateExternalExadataInfrastructureDetails. license_model
Gets the license_model of this UpdateExternalExadataInfrastructureDetails. storage_server_names
Gets the storage_server_names of this UpdateExternalExadataInfrastructureDetails. Methods
__init__
(**kwargs)Initializes a new UpdateExternalExadataInfrastructureDetails object with values from keyword arguments. -
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a UpdateExternalExadataInfrastructureDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a UpdateExternalExadataInfrastructureDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new UpdateExternalExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - discovery_key (str) – The value to assign to the discovery_key property of this UpdateExternalExadataInfrastructureDetails.
- license_model (str) – The value to assign to the license_model property of this UpdateExternalExadataInfrastructureDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- compartment_id (str) – The value to assign to the compartment_id property of this UpdateExternalExadataInfrastructureDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateExternalExadataInfrastructureDetails.
- db_system_ids (list[str]) – The value to assign to the db_system_ids property of this UpdateExternalExadataInfrastructureDetails.
- storage_server_names (list[str]) – The value to assign to the storage_server_names property of this UpdateExternalExadataInfrastructureDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExternalExadataInfrastructureDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExternalExadataInfrastructureDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this UpdateExternalExadataInfrastructureDetails. The OCID of the compartment.
Returns: The compartment_id of this UpdateExternalExadataInfrastructureDetails. Return type: str
-
db_system_ids
¶ Gets the db_system_ids of this UpdateExternalExadataInfrastructureDetails. The list of all the DB systems OCIDs.
Returns: The db_system_ids of this UpdateExternalExadataInfrastructureDetails. Return type: list[str]
Gets the defined_tags of this UpdateExternalExadataInfrastructureDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateExternalExadataInfrastructureDetails. Return type: dict(str, dict(str, object))
-
discovery_key
¶ Gets the discovery_key of this UpdateExternalExadataInfrastructureDetails. The unique key of the discovery request.
Returns: The discovery_key of this UpdateExternalExadataInfrastructureDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateExternalExadataInfrastructureDetails. The name of the Exadata infrastructure.
Returns: The display_name of this UpdateExternalExadataInfrastructureDetails. Return type: str
Gets the freeform_tags of this UpdateExternalExadataInfrastructureDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateExternalExadataInfrastructureDetails. Return type: dict(str, str)
-
license_model
¶ Gets the license_model of this UpdateExternalExadataInfrastructureDetails. The Oracle license model that applies to the database management resources.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this UpdateExternalExadataInfrastructureDetails. Return type: str
-
storage_server_names
¶ Gets the storage_server_names of this UpdateExternalExadataInfrastructureDetails. The list of the names of Exadata storage servers to be monitored. If not specified, it includes all Exadata storage servers associated with the monitored DB systems.
Returns: The storage_server_names of this UpdateExternalExadataInfrastructureDetails. Return type: list[str]
-