ExadataConfigurationSummary

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

Bases: object

Summary of a exadata configuration for a resource.

Attributes

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA A constant which can be used with the entity_source property of a ExadataConfigurationSummary.
ENTITY_SOURCE_PE_COMANAGED_EXADATA A constant which can be used with the entity_source property of a ExadataConfigurationSummary.
EXADATA_RACK_TYPE_EIGHTH A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary.
EXADATA_RACK_TYPE_FLEX A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary.
EXADATA_RACK_TYPE_FULL A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary.
EXADATA_RACK_TYPE_HALF A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary.
EXADATA_RACK_TYPE_QUARTER A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary.
EXADATA_TYPE_DBMACHINE A constant which can be used with the exadata_type property of a ExadataConfigurationSummary.
EXADATA_TYPE_EXACC A constant which can be used with the exadata_type property of a ExadataConfigurationSummary.
EXADATA_TYPE_EXACS A constant which can be used with the exadata_type property of a ExadataConfigurationSummary.
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.
vmcluster_details Gets the vmcluster_details of this ExadataConfigurationSummary.

Methods

__init__(**kwargs) Initializes a new ExadataConfigurationSummary 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'

A constant which can be used with the entity_source property of a ExadataConfigurationSummary. This constant has a value of “EM_MANAGED_EXTERNAL_EXADATA”

ENTITY_SOURCE_PE_COMANAGED_EXADATA = 'PE_COMANAGED_EXADATA'

A constant which can be used with the entity_source property of a ExadataConfigurationSummary. This constant has a value of “PE_COMANAGED_EXADATA”

EXADATA_RACK_TYPE_EIGHTH = 'EIGHTH'

A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary. This constant has a value of “EIGHTH”

EXADATA_RACK_TYPE_FLEX = 'FLEX'

A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary. This constant has a value of “FLEX”

EXADATA_RACK_TYPE_FULL = 'FULL'

A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary. This constant has a value of “FULL”

EXADATA_RACK_TYPE_HALF = 'HALF'

A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary. This constant has a value of “HALF”

EXADATA_RACK_TYPE_QUARTER = 'QUARTER'

A constant which can be used with the exadata_rack_type property of a ExadataConfigurationSummary. This constant has a value of “QUARTER”

EXADATA_TYPE_DBMACHINE = 'DBMACHINE'

A constant which can be used with the exadata_type property of a ExadataConfigurationSummary. This constant has a value of “DBMACHINE”

EXADATA_TYPE_EXACC = 'EXACC'

A constant which can be used with the exadata_type property of a ExadataConfigurationSummary. This constant has a value of “EXACC”

EXADATA_TYPE_EXACS = 'EXACS'

A constant which can be used with the exadata_type property of a ExadataConfigurationSummary. This constant has a value of “EXACS”

__init__(**kwargs)

Initializes a new ExadataConfigurationSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 ExadataConfigurationSummary.
  • entity_source (str) – The value to assign to the entity_source property of this ExadataConfigurationSummary. 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’.
  • compartment_id (str) – The value to assign to the compartment_id property of this ExadataConfigurationSummary.
  • exadata_name (str) – The value to assign to the exadata_name property of this ExadataConfigurationSummary.
  • exadata_display_name (str) – The value to assign to the exadata_display_name property of this ExadataConfigurationSummary.
  • exadata_type (str) – The value to assign to the exadata_type property of this ExadataConfigurationSummary. 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’.
  • exadata_rack_type (str) – The value to assign to the exadata_rack_type property of this ExadataConfigurationSummary. 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’.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExadataConfigurationSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExadataConfigurationSummary.
  • vmcluster_details (list[oci.opsi.models.VmClusterSummary]) – The value to assign to the vmcluster_details property of this ExadataConfigurationSummary.
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.

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]