UpdateOracleMigrationSettings¶
-
class
oci.database_migration.models.UpdateOracleMigrationSettings(**kwargs)¶ Bases:
objectDiscriminator-only base update settings for Oracle migration methods.
Attributes
MIGRATION_METHOD_OFFLINE_LOGICALA constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. MIGRATION_METHOD_ONLINE_LOGICALA constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. MIGRATION_METHOD_ONLINE_STANDBYA constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. migration_method[Required] Gets the migration_method of this UpdateOracleMigrationSettings. Methods
__init__(**kwargs)Initializes a new UpdateOracleMigrationSettings 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. -
MIGRATION_METHOD_OFFLINE_LOGICAL= 'OFFLINE_LOGICAL'¶ A constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. This constant has a value of “OFFLINE_LOGICAL”
-
MIGRATION_METHOD_ONLINE_LOGICAL= 'ONLINE_LOGICAL'¶ A constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. This constant has a value of “ONLINE_LOGICAL”
-
MIGRATION_METHOD_ONLINE_STANDBY= 'ONLINE_STANDBY'¶ A constant which can be used with the migration_method property of a UpdateOracleMigrationSettings. This constant has a value of “ONLINE_STANDBY”
-
__init__(**kwargs)¶ Initializes a new UpdateOracleMigrationSettings 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:
UpdateOracleOnlineStandbyMigrationSettingsUpdateOracleOnlineLogicalMigrationSettingsUpdateOracleOfflineLogicalMigrationSettings
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: migration_method (str) – The value to assign to the migration_method property of this UpdateOracleMigrationSettings. Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
-
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.
-
migration_method¶ [Required] Gets the migration_method of this UpdateOracleMigrationSettings. The Oracle migration method. This value combines the migration type and method so it can be used as a discriminator while preserving the existing migration type field.
Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
Returns: The migration_method of this UpdateOracleMigrationSettings. Return type: str
-