ExadataExacsConfigurationSummary

class oci.opsi.models.ExadataExacsConfigurationSummary(**kwargs)

Bases: oci.opsi.models.exadata_configuration_summary.ExadataConfigurationSummary

Configuration summary of a Exacs exadata machine.

Attributes

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA str(object=’’) -> str
ENTITY_SOURCE_PE_COMANAGED_EXADATA str(object=’’) -> str
EXADATA_RACK_TYPE_EIGHTH str(object=’’) -> str
EXADATA_RACK_TYPE_FLEX str(object=’’) -> str
EXADATA_RACK_TYPE_FULL str(object=’’) -> str
EXADATA_RACK_TYPE_HALF str(object=’’) -> str
EXADATA_RACK_TYPE_QUARTER str(object=’’) -> str
EXADATA_TYPE_DBMACHINE str(object=’’) -> str
EXADATA_TYPE_EXACC str(object=’’) -> str
EXADATA_TYPE_EXACS str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this ExadataConfigurationSummary.
defined_tags [Required] Gets the defined_tags of this ExadataConfigurationSummary.
entity_source [Required] Gets the entity_source of this ExadataConfigurationSummary.
exadata_display_name [Required] Gets the exadata_display_name of this ExadataConfigurationSummary.
exadata_insight_id [Required] Gets the exadata_insight_id of this ExadataConfigurationSummary.
exadata_name [Required] Gets the exadata_name of this ExadataConfigurationSummary.
exadata_rack_type [Required] Gets the exadata_rack_type of this ExadataConfigurationSummary.
exadata_type [Required] Gets the exadata_type of this ExadataConfigurationSummary.
freeform_tags [Required] Gets the freeform_tags of this ExadataConfigurationSummary.
opsi_private_endpoint_id [Required] Gets the opsi_private_endpoint_id of this ExadataExacsConfigurationSummary.
parent_id [Required] Gets the parent_id of this ExadataExacsConfigurationSummary.
vmcluster_details Gets the vmcluster_details of this ExadataConfigurationSummary.

Methods

__init__(**kwargs) Initializes a new ExadataExacsConfigurationSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA = 'EM_MANAGED_EXTERNAL_EXADATA'
ENTITY_SOURCE_PE_COMANAGED_EXADATA = 'PE_COMANAGED_EXADATA'
EXADATA_RACK_TYPE_EIGHTH = 'EIGHTH'
EXADATA_RACK_TYPE_FLEX = 'FLEX'
EXADATA_RACK_TYPE_FULL = 'FULL'
EXADATA_RACK_TYPE_HALF = 'HALF'
EXADATA_RACK_TYPE_QUARTER = 'QUARTER'
EXADATA_TYPE_DBMACHINE = 'DBMACHINE'
EXADATA_TYPE_EXACC = 'EXACC'
EXADATA_TYPE_EXACS = 'EXACS'
__init__(**kwargs)

Initializes a new ExadataExacsConfigurationSummary object with values from keyword arguments. The default value of the entity_source attribute of this class is PE_COMANAGED_EXADATA and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • exadata_insight_id (str) – The value to assign to the exadata_insight_id property of this ExadataExacsConfigurationSummary.
  • entity_source (str) – The value to assign to the entity_source property of this ExadataExacsConfigurationSummary. Allowed values for this property are: “EM_MANAGED_EXTERNAL_EXADATA”, “PE_COMANAGED_EXADATA”
  • compartment_id (str) – The value to assign to the compartment_id property of this ExadataExacsConfigurationSummary.
  • exadata_name (str) – The value to assign to the exadata_name property of this ExadataExacsConfigurationSummary.
  • exadata_display_name (str) – The value to assign to the exadata_display_name property of this ExadataExacsConfigurationSummary.
  • exadata_type (str) – The value to assign to the exadata_type property of this ExadataExacsConfigurationSummary. Allowed values for this property are: “DBMACHINE”, “EXACS”, “EXACC”
  • exadata_rack_type (str) – The value to assign to the exadata_rack_type property of this ExadataExacsConfigurationSummary. Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “FLEX”
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExadataExacsConfigurationSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExadataExacsConfigurationSummary.
  • vmcluster_details (list[oci.opsi.models.VmClusterSummary]) – The value to assign to the vmcluster_details property of this ExadataExacsConfigurationSummary.
  • opsi_private_endpoint_id (str) – The value to assign to the opsi_private_endpoint_id property of this ExadataExacsConfigurationSummary.
  • parent_id (str) – The value to assign to the parent_id property of this ExadataExacsConfigurationSummary.
compartment_id

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

Returns:The compartment_id of this ExadataConfigurationSummary.
Return type:str
defined_tags

[Required] Gets the defined_tags of this ExadataConfigurationSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ExadataConfigurationSummary.
Return type:dict(str, dict(str, object))
entity_source

[Required] Gets the entity_source of this ExadataConfigurationSummary. Source of the exadata entity.

Allowed values for this property are: “EM_MANAGED_EXTERNAL_EXADATA”, “PE_COMANAGED_EXADATA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The entity_source of this ExadataConfigurationSummary.
Return type:str
exadata_display_name

[Required] Gets the exadata_display_name of this ExadataConfigurationSummary. The user-friendly name for the Exadata system. The name does not have to be unique.

Returns:The exadata_display_name of this ExadataConfigurationSummary.
Return type:str
exadata_insight_id

[Required] Gets the exadata_insight_id of this ExadataConfigurationSummary. The OCID of the Exadata insight.

Returns:The exadata_insight_id of this ExadataConfigurationSummary.
Return type:str
exadata_name

[Required] Gets the exadata_name of this ExadataConfigurationSummary. The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.

Returns:The exadata_name of this ExadataConfigurationSummary.
Return type:str
exadata_rack_type

[Required] Gets the exadata_rack_type of this ExadataConfigurationSummary. Exadata rack type.

Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “FLEX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The exadata_rack_type of this ExadataConfigurationSummary.
Return type:str
exadata_type

[Required] Gets the exadata_type of this ExadataConfigurationSummary. Operations Insights internal representation of the the Exadata system type.

Allowed values for this property are: “DBMACHINE”, “EXACS”, “EXACC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The exadata_type of this ExadataConfigurationSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this ExadataConfigurationSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this ExadataConfigurationSummary.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

opsi_private_endpoint_id

[Required] Gets the opsi_private_endpoint_id of this ExadataExacsConfigurationSummary. The OCID of the OPSI private endpoint

Returns:The opsi_private_endpoint_id of this ExadataExacsConfigurationSummary.
Return type:str
parent_id

[Required] Gets the parent_id of this ExadataExacsConfigurationSummary. The OCID of the database.

Returns:The parent_id of this ExadataExacsConfigurationSummary.
Return type:str
vmcluster_details

Gets the vmcluster_details of this ExadataConfigurationSummary. Array of objects containing VM cluster information.

Returns:The vmcluster_details of this ExadataConfigurationSummary.
Return type:list[oci.opsi.models.VmClusterSummary]