ExadataExaccConfigurationSummary¶
-
class
oci.opsi.models.
ExadataExaccConfigurationSummary
(**kwargs)¶ Bases:
oci.opsi.models.exadata_configuration_summary.ExadataConfigurationSummary
Configuration summary of a macs managed Exacc exadata machine.
Attributes
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA
str(object=’’) -> str ENTITY_SOURCE_MACS_MANAGED_CLOUD_EXADATA
str(object=’’) -> str ENTITY_SOURCE_PE_COMANAGED_EXADATA
str(object=’’) -> str EXADATA_RACK_TYPE_BASE
str(object=’’) -> str EXADATA_RACK_TYPE_EIGHTH
str(object=’’) -> str EXADATA_RACK_TYPE_ELASTIC
str(object=’’) -> str EXADATA_RACK_TYPE_ELASTIC_BASE
str(object=’’) -> str EXADATA_RACK_TYPE_ELASTIC_LARGE
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. management_agent_id
[Required] Gets the management_agent_id of this ExadataExaccConfigurationSummary. parent_id
[Required] Gets the parent_id of this ExadataExaccConfigurationSummary. vmcluster_details
Gets the vmcluster_details of this ExadataConfigurationSummary. Methods
__init__
(**kwargs)Initializes a new ExadataExaccConfigurationSummary 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_MACS_MANAGED_CLOUD_EXADATA
= 'MACS_MANAGED_CLOUD_EXADATA'¶
-
ENTITY_SOURCE_PE_COMANAGED_EXADATA
= 'PE_COMANAGED_EXADATA'¶
-
EXADATA_RACK_TYPE_BASE
= 'BASE'¶
-
EXADATA_RACK_TYPE_EIGHTH
= 'EIGHTH'¶
-
EXADATA_RACK_TYPE_ELASTIC
= 'ELASTIC'¶
-
EXADATA_RACK_TYPE_ELASTIC_BASE
= 'ELASTIC_BASE'¶
-
EXADATA_RACK_TYPE_ELASTIC_LARGE
= 'ELASTIC_LARGE'¶
-
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 ExadataExaccConfigurationSummary object with values from keyword arguments. The default value of the
entity_source
attribute of this class isMACS_MANAGED_CLOUD_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 ExadataExaccConfigurationSummary.
- entity_source (str) – The value to assign to the entity_source property of this ExadataExaccConfigurationSummary. Allowed values for this property are: “EM_MANAGED_EXTERNAL_EXADATA”, “PE_COMANAGED_EXADATA”, “MACS_MANAGED_CLOUD_EXADATA”
- compartment_id (str) – The value to assign to the compartment_id property of this ExadataExaccConfigurationSummary.
- exadata_name (str) – The value to assign to the exadata_name property of this ExadataExaccConfigurationSummary.
- exadata_display_name (str) – The value to assign to the exadata_display_name property of this ExadataExaccConfigurationSummary.
- exadata_type (str) – The value to assign to the exadata_type property of this ExadataExaccConfigurationSummary. 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 ExadataExaccConfigurationSummary. Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “FLEX”, “BASE”, “ELASTIC”, “ELASTIC_BASE”, “ELASTIC_LARGE”
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExadataExaccConfigurationSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExadataExaccConfigurationSummary.
- vmcluster_details (list[oci.opsi.models.VmClusterSummary]) – The value to assign to the vmcluster_details property of this ExadataExaccConfigurationSummary.
- management_agent_id (str) – The value to assign to the management_agent_id property of this ExadataExaccConfigurationSummary.
- parent_id (str) – The value to assign to the parent_id property of this ExadataExaccConfigurationSummary.
-
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
[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”, “MACS_MANAGED_CLOUD_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”, “BASE”, “ELASTIC”, “ELASTIC_BASE”, “ELASTIC_LARGE”, ‘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
[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.
-
management_agent_id
¶ [Required] Gets the management_agent_id of this ExadataExaccConfigurationSummary. The OCID of the Management Agent
Returns: The management_agent_id of this ExadataExaccConfigurationSummary. Return type: str
-
parent_id
¶ [Required] Gets the parent_id of this ExadataExaccConfigurationSummary. The OCID of the database.
Returns: The parent_id of this ExadataExaccConfigurationSummary. 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]
-