MigrationConfig¶
-
class
oci.cloud_migrations.models.MigrationConfig(**kwargs)¶ Bases:
objectConfiguration for a Migration Project.
Methods
__init__(**kwargs)Initializes a new MigrationConfig object with values from keyword arguments. Attributes
subnet_idGets the subnet_id of this MigrationConfig. -
__init__(**kwargs)¶ Initializes a new MigrationConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: subnet_id (str) – The value to assign to the subnet_id property of this MigrationConfig.
-
subnet_id¶ Gets the subnet_id of this MigrationConfig. The OCID of the subnet to use for replication
Returns: The subnet_id of this MigrationConfig. Return type: str
-