ActivateInfrastructureDetails¶
-
class
oci.datacc.models.ActivateInfrastructureDetails(**kwargs)¶ Bases:
objectThe activation details for the Database Infrastructure.
Methods
__init__(**kwargs)Initializes a new ActivateInfrastructureDetails object with values from keyword arguments. Attributes
activation_zip_file[Required] Gets the activation_zip_file of this ActivateInfrastructureDetails. -
__init__(**kwargs)¶ Initializes a new ActivateInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: activation_zip_file (str) – The value to assign to the activation_zip_file property of this ActivateInfrastructureDetails.
-
activation_zip_file¶ [Required] Gets the activation_zip_file of this ActivateInfrastructureDetails. The activation zip file.
Returns: The activation_zip_file of this ActivateInfrastructureDetails. Return type: str
-