ExternalExadataInfraBasicInfo¶
-
class
oci.database_management.models.
ExternalExadataInfraBasicInfo
(**kwargs)¶ Bases:
object
The basic information about an external Exadata Infrastructure.
Methods
__init__
(**kwargs)Initializes a new ExternalExadataInfraBasicInfo object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ExternalExadataInfraBasicInfo. display_name
[Required] Gets the display_name of this ExternalExadataInfraBasicInfo. id
[Required] Gets the id of this ExternalExadataInfraBasicInfo. -
__init__
(**kwargs)¶ Initializes a new ExternalExadataInfraBasicInfo 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 ExternalExadataInfraBasicInfo.
- display_name (str) – The value to assign to the display_name property of this ExternalExadataInfraBasicInfo.
- compartment_id (str) – The value to assign to the compartment_id property of this ExternalExadataInfraBasicInfo.
-
compartment_id
¶ [Required] Gets the compartment_id of this ExternalExadataInfraBasicInfo. The OCID of the compartment.
Returns: The compartment_id of this ExternalExadataInfraBasicInfo. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ExternalExadataInfraBasicInfo. The user-friendly name for the Exadata Infrastructure. The name does not have to be unique.
Returns: The display_name of this ExternalExadataInfraBasicInfo. Return type: str
-