CreateNonADBRemapTablespaceDetails¶
- 
class oci.database_migration.models.CreateNonADBRemapTablespaceDetails(**kwargs)¶
- Bases: - oci.database_migration.models.create_target_type_tablespace_details.CreateTargetTypeTablespaceDetails- Migration tablespace settings valid for NON-ADB target type using remap feature. - 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 - remap_target- Gets the remap_target of this CreateNonADBRemapTablespaceDetails. - target_type- [Required] Gets the target_type of this CreateTargetTypeTablespaceDetails. - Methods - __init__(**kwargs)- Initializes a new CreateNonADBRemapTablespaceDetails 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'¶
 - 
__init__(**kwargs)¶
- Initializes a new CreateNonADBRemapTablespaceDetails object with values from keyword arguments. The default value of the - target_typeattribute of this class is- NON_ADB_REMAPand 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 CreateNonADBRemapTablespaceDetails. Allowed values for this property are: “ADB_S_REMAP”, “ADB_D_REMAP”, “ADB_D_AUTOCREATE”, “NON_ADB_REMAP”, “NON_ADB_AUTOCREATE”
- remap_target (str) – The value to assign to the remap_target property of this CreateNonADBRemapTablespaceDetails.
 
 - 
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. 
 - 
remap_target¶
- Gets the remap_target of this CreateNonADBRemapTablespaceDetails. Name of tablespace at target to which the source database tablespace need to be remapped. - Returns: - The remap_target of this CreateNonADBRemapTablespaceDetails. - Return type: - str 
 - 
target_type¶
- [Required] Gets the target_type of this CreateTargetTypeTablespaceDetails. 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” - Returns: - The target_type of this CreateTargetTypeTablespaceDetails. - Return type: - str 
 
-