ActivateExadataInfrastructureDetails¶
-
class
oci.database.models.
ActivateExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
The activation details for the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only.
Methods
__init__
(**kwargs)Initializes a new ActivateExadataInfrastructureDetails object with values from keyword arguments. Attributes
activation_file
[Required] Gets the activation_file of this ActivateExadataInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new ActivateExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: activation_file (str) – The value to assign to the activation_file property of this ActivateExadataInfrastructureDetails.
-
activation_file
¶ [Required] Gets the activation_file of this ActivateExadataInfrastructureDetails. The activation zip file.
Returns: The activation_file of this ActivateExadataInfrastructureDetails. Return type: str
-