ExadataDetails¶
-
class
oci.opsi.models.
ExadataDetails
(**kwargs)¶ Bases:
object
Partial information about the exadata which includes id and name.
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. -
__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.
-
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
-