UpdateTargetDefaultsRemapTablespaceDetails¶
-
class
oci.database_migration.models.
UpdateTargetDefaultsRemapTablespaceDetails
(**kwargs)¶ Bases:
oci.database_migration.models.update_target_type_tablespace_details.UpdateTargetTypeTablespaceDetails
Migration tablespace settings valid for TARGET_DEFAULTS_REMAP target type. The service will compute the targetType that corresponds to the targetDatabaseConnectionId type, and set the corresponding default values. When target type is ADB_S, ADB_D or NON_ADB the default will be set to remap feature ADB_S_REMAP, ADB_D_REMAP or NON_ADB_REMAP.
Attributes
TARGET_TYPE_ADB_D_AUTOCREATE
str(object=’’) -> str TARGET_TYPE_ADB_D_REMAP
str(object=’’) -> str TARGET_TYPE_ADB_S_REMAP
str(object=’’) -> str TARGET_TYPE_NON_ADB_AUTOCREATE
str(object=’’) -> str TARGET_TYPE_NON_ADB_REMAP
str(object=’’) -> str TARGET_TYPE_TARGET_DEFAULTS_AUTOCREATE
str(object=’’) -> str TARGET_TYPE_TARGET_DEFAULTS_REMAP
str(object=’’) -> str target_type
[Required] Gets the target_type of this UpdateTargetTypeTablespaceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateTargetDefaultsRemapTablespaceDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TARGET_TYPE_ADB_D_AUTOCREATE
= 'ADB_D_AUTOCREATE'¶
-
TARGET_TYPE_ADB_D_REMAP
= 'ADB_D_REMAP'¶
-
TARGET_TYPE_ADB_S_REMAP
= 'ADB_S_REMAP'¶
-
TARGET_TYPE_NON_ADB_AUTOCREATE
= 'NON_ADB_AUTOCREATE'¶
-
TARGET_TYPE_NON_ADB_REMAP
= 'NON_ADB_REMAP'¶
-
TARGET_TYPE_TARGET_DEFAULTS_AUTOCREATE
= 'TARGET_DEFAULTS_AUTOCREATE'¶
-
TARGET_TYPE_TARGET_DEFAULTS_REMAP
= 'TARGET_DEFAULTS_REMAP'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateTargetDefaultsRemapTablespaceDetails object with values from keyword arguments. The default value of the
target_type
attribute of this class isTARGET_DEFAULTS_REMAP
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: target_type (str) – The value to assign to the target_type property of this UpdateTargetDefaultsRemapTablespaceDetails. Allowed values for this property are: “ADB_S_REMAP”, “ADB_D_REMAP”, “ADB_D_AUTOCREATE”, “NON_ADB_REMAP”, “NON_ADB_AUTOCREATE”, “TARGET_DEFAULTS_REMAP”, “TARGET_DEFAULTS_AUTOCREATE”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
target_type
¶ [Required] Gets the target_type of this UpdateTargetTypeTablespaceDetails. Type of Database Base Migration Target.
Allowed values for this property are: “ADB_S_REMAP”, “ADB_D_REMAP”, “ADB_D_AUTOCREATE”, “NON_ADB_REMAP”, “NON_ADB_AUTOCREATE”, “TARGET_DEFAULTS_REMAP”, “TARGET_DEFAULTS_AUTOCREATE”
Returns: The target_type of this UpdateTargetTypeTablespaceDetails. Return type: str
-