PyMigrationPlanEndpointBuilder
class PyMigrationPlanEndpointBuilder(builder)
Bases: object
Interface for an object that can edit endpoints during plan building.
- Parameters: builder (IMigrationPlanEndpointBuilder)
__init__(builder)
Default init.
Args: : builder: A IMigrationPlanEndpointBuilder object.
Returns: None.
- Parameters: builder (IMigrationPlanEndpointBuilder)
- Return type: None
Methods
__init__(builder) |
Default init. |
|---|
Attributes
configuration |
Gets the endpoint configuration. |
|---|---|
services |
Gets the endpoint service overrides. |
property configuration : PyMigrationPlanEndpointConfiguration
Gets the endpoint configuration.
property services : PyMigrationServiceBuilder
Gets the endpoint service overrides.