TargetTypeTablespaceDetails

class oci.database_migration.models.TargetTypeTablespaceDetails(**kwargs)

Bases: object

Migration tablespace settings.

Attributes

TARGET_TYPE_ADB_D_AUTOCREATE A constant which can be used with the target_type property of a TargetTypeTablespaceDetails.
TARGET_TYPE_ADB_D_REMAP A constant which can be used with the target_type property of a TargetTypeTablespaceDetails.
TARGET_TYPE_ADB_S_REMAP A constant which can be used with the target_type property of a TargetTypeTablespaceDetails.
TARGET_TYPE_NON_ADB_AUTOCREATE A constant which can be used with the target_type property of a TargetTypeTablespaceDetails.
TARGET_TYPE_NON_ADB_REMAP A constant which can be used with the target_type property of a TargetTypeTablespaceDetails.
target_type [Required] Gets the target_type of this TargetTypeTablespaceDetails.

Methods

__init__(**kwargs) Initializes a new TargetTypeTablespaceDetails 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'

A constant which can be used with the target_type property of a TargetTypeTablespaceDetails. This constant has a value of “ADB_D_AUTOCREATE”

TARGET_TYPE_ADB_D_REMAP = 'ADB_D_REMAP'

A constant which can be used with the target_type property of a TargetTypeTablespaceDetails. This constant has a value of “ADB_D_REMAP”

TARGET_TYPE_ADB_S_REMAP = 'ADB_S_REMAP'

A constant which can be used with the target_type property of a TargetTypeTablespaceDetails. This constant has a value of “ADB_S_REMAP”

TARGET_TYPE_NON_ADB_AUTOCREATE = 'NON_ADB_AUTOCREATE'

A constant which can be used with the target_type property of a TargetTypeTablespaceDetails. This constant has a value of “NON_ADB_AUTOCREATE”

TARGET_TYPE_NON_ADB_REMAP = 'NON_ADB_REMAP'

A constant which can be used with the target_type property of a TargetTypeTablespaceDetails. This constant has a value of “NON_ADB_REMAP”

__init__(**kwargs)

Initializes a new TargetTypeTablespaceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 TargetTypeTablespaceDetails. Allowed values for this property are: “ADB_S_REMAP”, “ADB_D_REMAP”, “ADB_D_AUTOCREATE”, “NON_ADB_REMAP”, “NON_ADB_AUTOCREATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
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 TargetTypeTablespaceDetails. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The target_type of this TargetTypeTablespaceDetails.
Return type:str