ParameterFileVersionSummary¶
-
class
oci.database_migration.models.
ParameterFileVersionSummary
(**kwargs)¶ Bases:
object
A parameter file detatails
Attributes
KIND_EXTRACT
A constant which can be used with the kind property of a ParameterFileVersionSummary. KIND_REPLICAT
A constant which can be used with the kind property of a ParameterFileVersionSummary. defined_tags
Gets the defined_tags of this ParameterFileVersionSummary. description
Gets the description of this ParameterFileVersionSummary. freeform_tags
Gets the freeform_tags of this ParameterFileVersionSummary. is_current
[Required] Gets the is_current of this ParameterFileVersionSummary. is_factory
[Required] Gets the is_factory of this ParameterFileVersionSummary. kind
[Required] Gets the kind of this ParameterFileVersionSummary. name
[Required] Gets the name of this ParameterFileVersionSummary. system_tags
Gets the system_tags of this ParameterFileVersionSummary. time_created
[Required] Gets the time_created of this ParameterFileVersionSummary. Methods
__init__
(**kwargs)Initializes a new ParameterFileVersionSummary object with values from keyword arguments. -
KIND_EXTRACT
= 'EXTRACT'¶ A constant which can be used with the kind property of a ParameterFileVersionSummary. This constant has a value of “EXTRACT”
-
KIND_REPLICAT
= 'REPLICAT'¶ A constant which can be used with the kind property of a ParameterFileVersionSummary. This constant has a value of “REPLICAT”
-
__init__
(**kwargs)¶ Initializes a new ParameterFileVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ParameterFileVersionSummary.
- kind (str) – The value to assign to the kind property of this ParameterFileVersionSummary. Allowed values for this property are: “EXTRACT”, “REPLICAT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- description (str) – The value to assign to the description property of this ParameterFileVersionSummary.
- is_current (bool) – The value to assign to the is_current property of this ParameterFileVersionSummary.
- is_factory (bool) – The value to assign to the is_factory property of this ParameterFileVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this ParameterFileVersionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ParameterFileVersionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ParameterFileVersionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ParameterFileVersionSummary.
Gets the defined_tags of this ParameterFileVersionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this ParameterFileVersionSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this ParameterFileVersionSummary. A description to discribe the current parameter file version
Returns: The description of this ParameterFileVersionSummary. Return type: str
Gets the freeform_tags of this ParameterFileVersionSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this ParameterFileVersionSummary. Return type: dict(str, str)
-
is_current
¶ [Required] Gets the is_current of this ParameterFileVersionSummary. Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
Returns: The is_current of this ParameterFileVersionSummary. Return type: bool
-
is_factory
¶ [Required] Gets the is_factory of this ParameterFileVersionSummary. Return true/false for whether the parameter file is oracle provided (Factory)
Returns: The is_factory of this ParameterFileVersionSummary. Return type: bool
-
kind
¶ [Required] Gets the kind of this ParameterFileVersionSummary. Indicator of Parameter File ‘kind’ (for an EXTRACT or a REPLICAT)
Allowed values for this property are: “EXTRACT”, “REPLICAT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this ParameterFileVersionSummary. Return type: str
-
name
¶ [Required] Gets the name of this ParameterFileVersionSummary. A unique name associated with the current migration/job and extract/replicat name
Returns: The name of this ParameterFileVersionSummary. Return type: str
Gets the system_tags of this ParameterFileVersionSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this ParameterFileVersionSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this ParameterFileVersionSummary. The time when this parameter file was applied on the process
Returns: The time_created of this ParameterFileVersionSummary. Return type: datetime
-