ExadataMemberCollection

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

Bases: object

Partial definition of the exadata insight resource.

Attributes

EXADATA_RACK_TYPE_EIGHTH A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection.
EXADATA_RACK_TYPE_FLEX A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection.
EXADATA_RACK_TYPE_FULL A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection.
EXADATA_RACK_TYPE_HALF A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection.
EXADATA_RACK_TYPE_QUARTER A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection.
EXADATA_TYPE_DBMACHINE A constant which can be used with the exadata_type property of a ExadataMemberCollection.
EXADATA_TYPE_EXACC A constant which can be used with the exadata_type property of a ExadataMemberCollection.
EXADATA_TYPE_EXACS A constant which can be used with the exadata_type property of a ExadataMemberCollection.
exadata_display_name [Required] Gets the exadata_display_name of this ExadataMemberCollection.
exadata_insight_id [Required] Gets the exadata_insight_id of this ExadataMemberCollection.
exadata_name [Required] Gets the exadata_name of this ExadataMemberCollection.
exadata_rack_type [Required] Gets the exadata_rack_type of this ExadataMemberCollection.
exadata_type [Required] Gets the exadata_type of this ExadataMemberCollection.
items [Required] Gets the items of this ExadataMemberCollection.

Methods

__init__(**kwargs) Initializes a new ExadataMemberCollection object with values from keyword arguments.
EXADATA_RACK_TYPE_EIGHTH = 'EIGHTH'

A constant which can be used with the exadata_rack_type property of a ExadataMemberCollection. 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 ExadataMemberCollection. 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 ExadataMemberCollection. 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 ExadataMemberCollection. 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 ExadataMemberCollection. This constant has a value of “QUARTER”

EXADATA_TYPE_DBMACHINE = 'DBMACHINE'

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

EXADATA_TYPE_EXACC = 'EXACC'

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

EXADATA_TYPE_EXACS = 'EXACS'

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

__init__(**kwargs)

Initializes a new ExadataMemberCollection object with values from keyword arguments. 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 ExadataMemberCollection.
  • exadata_name (str) – The value to assign to the exadata_name property of this ExadataMemberCollection.
  • exadata_display_name (str) – The value to assign to the exadata_display_name property of this ExadataMemberCollection.
  • exadata_type (str) – The value to assign to the exadata_type property of this ExadataMemberCollection. 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 ExadataMemberCollection. 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’.
  • items (list[oci.opsi.models.ExadataMemberSummary]) – The value to assign to the items property of this ExadataMemberCollection.
exadata_display_name

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

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

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

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

[Required] Gets the exadata_name of this ExadataMemberCollection. 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 ExadataMemberCollection.
Return type:str
exadata_rack_type

[Required] Gets the exadata_rack_type of this ExadataMemberCollection. 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 ExadataMemberCollection.
Return type:str
exadata_type

[Required] Gets the exadata_type of this ExadataMemberCollection. 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 ExadataMemberCollection.
Return type:str
items

[Required] Gets the items of this ExadataMemberCollection. Collection of Exadata members

Returns:The items of this ExadataMemberCollection.
Return type:list[oci.opsi.models.ExadataMemberSummary]