UpdateCloudExadataInfrastructureDetails¶
-
class
oci.database_management.models.UpdateCloudExadataInfrastructureDetails(**kwargs)¶ Bases:
objectThe details required to update the Exadata infrastructure.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSEA constant which can be used with the license_model property of a UpdateCloudExadataInfrastructureDetails. LICENSE_MODEL_LICENSE_INCLUDEDA constant which can be used with the license_model property of a UpdateCloudExadataInfrastructureDetails. defined_tagsGets the defined_tags of this UpdateCloudExadataInfrastructureDetails. discovery_keyGets the discovery_key of this UpdateCloudExadataInfrastructureDetails. display_nameGets the display_name of this UpdateCloudExadataInfrastructureDetails. freeform_tagsGets the freeform_tags of this UpdateCloudExadataInfrastructureDetails. license_modelGets the license_model of this UpdateCloudExadataInfrastructureDetails. storage_server_namesGets the storage_server_names of this UpdateCloudExadataInfrastructureDetails. vm_cluster_idsGets the vm_cluster_ids of this UpdateCloudExadataInfrastructureDetails. Methods
__init__(**kwargs)Initializes a new UpdateCloudExadataInfrastructureDetails 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 UpdateCloudExadataInfrastructureDetails. 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 UpdateCloudExadataInfrastructureDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__(**kwargs)¶ Initializes a new UpdateCloudExadataInfrastructureDetails 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 UpdateCloudExadataInfrastructureDetails.
- license_model (str) – The value to assign to the license_model property of this UpdateCloudExadataInfrastructureDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- display_name (str) – The value to assign to the display_name property of this UpdateCloudExadataInfrastructureDetails.
- vm_cluster_ids (list[str]) – The value to assign to the vm_cluster_ids property of this UpdateCloudExadataInfrastructureDetails.
- storage_server_names (list[str]) – The value to assign to the storage_server_names property of this UpdateCloudExadataInfrastructureDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCloudExadataInfrastructureDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCloudExadataInfrastructureDetails.
Gets the defined_tags of this UpdateCloudExadataInfrastructureDetails. 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 UpdateCloudExadataInfrastructureDetails. Return type: dict(str, dict(str, object))
-
discovery_key¶ Gets the discovery_key of this UpdateCloudExadataInfrastructureDetails. The unique key of the discovery request.
Returns: The discovery_key of this UpdateCloudExadataInfrastructureDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateCloudExadataInfrastructureDetails. The name of the Exadata infrastructure.
Returns: The display_name of this UpdateCloudExadataInfrastructureDetails. Return type: str
Gets the freeform_tags of this UpdateCloudExadataInfrastructureDetails. 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 UpdateCloudExadataInfrastructureDetails. Return type: dict(str, str)
-
license_model¶ Gets the license_model of this UpdateCloudExadataInfrastructureDetails. 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 UpdateCloudExadataInfrastructureDetails. Return type: str
-
storage_server_names¶ Gets the storage_server_names of this UpdateCloudExadataInfrastructureDetails. 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 VM Clusters.
Returns: The storage_server_names of this UpdateCloudExadataInfrastructureDetails. Return type: list[str]
-
vm_cluster_ids¶ Gets the vm_cluster_ids of this UpdateCloudExadataInfrastructureDetails. The list of all the VM Cluster OCIDs.
Returns: The vm_cluster_ids of this UpdateCloudExadataInfrastructureDetails. Return type: list[str]
-