target.apidocs.com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.html Maven / Gradle / Ivy
DatabaseMigrationService.Projects.Locations (Database Migration API v1-rev20241022-2.0.0)
com.google.api.services.datamigration.v1
Class DatabaseMigrationService.Projects.Locations
- java.lang.Object
-
- com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations
-
- Enclosing class:
- DatabaseMigrationService.Projects
public class DatabaseMigrationService.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DatabaseMigrationService.Projects.Locations.ConnectionProfiles
The "connectionProfiles" collection of methods.
class
DatabaseMigrationService.Projects.Locations.ConversionWorkspaces
The "conversionWorkspaces" collection of methods.
class
DatabaseMigrationService.Projects.Locations.FetchStaticIps
class
DatabaseMigrationService.Projects.Locations.Get
class
DatabaseMigrationService.Projects.Locations.List
class
DatabaseMigrationService.Projects.Locations.MigrationJobs
The "migrationJobs" collection of methods.
class
DatabaseMigrationService.Projects.Locations.Operations
The "operations" collection of methods.
class
DatabaseMigrationService.Projects.Locations.PrivateConnections
The "privateConnections" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
DatabaseMigrationService.Projects.Locations.ConnectionProfiles
connectionProfiles()
An accessor for creating requests from the ConnectionProfiles collection.
DatabaseMigrationService.Projects.Locations.ConversionWorkspaces
conversionWorkspaces()
An accessor for creating requests from the ConversionWorkspaces collection.
DatabaseMigrationService.Projects.Locations.FetchStaticIps
fetchStaticIps(String name)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the
static-IP connectivity method.
DatabaseMigrationService.Projects.Locations.Get
get(String name)
Gets information about a location.
DatabaseMigrationService.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
DatabaseMigrationService.Projects.Locations.MigrationJobs
migrationJobs()
An accessor for creating requests from the MigrationJobs collection.
DatabaseMigrationService.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
DatabaseMigrationService.Projects.Locations.PrivateConnections
privateConnections()
An accessor for creating requests from the PrivateConnections collection.
-
-
Method Detail
-
fetchStaticIps
public DatabaseMigrationService.Projects.Locations.FetchStaticIps fetchStaticIps(String name)
throws IOException
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the
static-IP connectivity method.
Create a request for the method "locations.fetchStaticIps".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name for the location for which static IPs should be returned. Must be in the
format `projects/locations`.
- Returns:
- the request
- Throws:
IOException
-
get
public DatabaseMigrationService.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.get".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public DatabaseMigrationService.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
connectionProfiles
public DatabaseMigrationService.Projects.Locations.ConnectionProfiles connectionProfiles()
An accessor for creating requests from the ConnectionProfiles collection.
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
DatabaseMigrationService.ConnectionProfiles.List request = datamigration.connectionProfiles().list(parameters ...)
- Returns:
- the resource collection
-
conversionWorkspaces
public DatabaseMigrationService.Projects.Locations.ConversionWorkspaces conversionWorkspaces()
An accessor for creating requests from the ConversionWorkspaces collection.
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
DatabaseMigrationService.ConversionWorkspaces.List request = datamigration.conversionWorkspaces().list(parameters ...)
- Returns:
- the resource collection
-
migrationJobs
public DatabaseMigrationService.Projects.Locations.MigrationJobs migrationJobs()
An accessor for creating requests from the MigrationJobs collection.
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
DatabaseMigrationService.MigrationJobs.List request = datamigration.migrationJobs().list(parameters ...)
- Returns:
- the resource collection
-
operations
public DatabaseMigrationService.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
DatabaseMigrationService.Operations.List request = datamigration.operations().list(parameters ...)
- Returns:
- the resource collection
-
privateConnections
public DatabaseMigrationService.Projects.Locations.PrivateConnections privateConnections()
An accessor for creating requests from the PrivateConnections collection.
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
DatabaseMigrationService.PrivateConnections.List request = datamigration.privateConnections().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy