ExadataDetails

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

Bases: object

Partial information about the exadata which includes id, name and vmclusterNames.

Methods

__init__(**kwargs) Initializes a new ExadataDetails object with values from keyword arguments.

Attributes

id [Required] Gets the id of this ExadataDetails.
name [Required] Gets the name of this ExadataDetails.
vmcluster_names Gets the vmcluster_names of this ExadataDetails.
__init__(**kwargs)

Initializes a new ExadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this ExadataDetails.
  • name (str) – The value to assign to the name property of this ExadataDetails.
  • vmcluster_names (list[str]) – The value to assign to the vmcluster_names property of this ExadataDetails.
id

[Required] Gets the id of this ExadataDetails. The OCID of exadata insight resource.

Returns:The id of this ExadataDetails.
Return type:str
name

[Required] Gets the name of this ExadataDetails. Name of exadata insight resource.

Returns:The name of this ExadataDetails.
Return type:str
vmcluster_names

Gets the vmcluster_names of this ExadataDetails. Array of vm cluster names. Applicable for ExaCC and ExaCS.

Returns:The vmcluster_names of this ExadataDetails.
Return type:list[str]