com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata> |
DataMigrationServiceClient.createConnectionProfileAsync(LocationName parent,
ConnectionProfile connectionProfile,
String connectionProfileId) |
Creates a new connection profile in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<ConversionWorkspace,OperationMetadata> |
DataMigrationServiceClient.createConversionWorkspaceAsync(LocationName parent,
ConversionWorkspace conversionWorkspace,
String conversionWorkspaceId) |
Creates a new conversion workspace in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<MigrationJob,OperationMetadata> |
DataMigrationServiceClient.createMigrationJobAsync(LocationName parent,
MigrationJob migrationJob,
String migrationJobId) |
Creates a new migration job in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<PrivateConnection,OperationMetadata> |
DataMigrationServiceClient.createPrivateConnectionAsync(LocationName parent,
PrivateConnection privateConnection,
String privateConnectionId) |
Creates a new private connection in a given project and location.
|
DataMigrationServiceClient.FetchStaticIpsPagedResponse |
DataMigrationServiceClient.fetchStaticIps(LocationName name) |
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the
static-IP connectivity method.
|
DataMigrationServiceClient.ListConnectionProfilesPagedResponse |
DataMigrationServiceClient.listConnectionProfiles(LocationName parent) |
Retrieves a list of all connection profiles in a given project and location.
|
DataMigrationServiceClient.ListConversionWorkspacesPagedResponse |
DataMigrationServiceClient.listConversionWorkspaces(LocationName parent) |
Lists conversion workspaces in a given project and location.
|
DataMigrationServiceClient.ListMigrationJobsPagedResponse |
DataMigrationServiceClient.listMigrationJobs(LocationName parent) |
Lists migration jobs in a given project and location.
|
DataMigrationServiceClient.ListPrivateConnectionsPagedResponse |
DataMigrationServiceClient.listPrivateConnections(LocationName parent) |
Retrieves a list of private connections in a given project and location.
|