public class SQLAdmin.Projects.Instances extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Projects.Instances.RescheduleMaintenance |
class |
SQLAdmin.Projects.Instances.StartExternalSync |
class |
SQLAdmin.Projects.Instances.VerifyExternalSyncSettings |
| Constructor and Description |
|---|
Instances() |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Projects.Instances.RescheduleMaintenance |
rescheduleMaintenance(String project,
String instance,
SqlInstancesRescheduleMaintenanceRequestBody content)
Reschedules the maintenance on the given instance.
|
SQLAdmin.Projects.Instances.StartExternalSync |
startExternalSync(String project,
String instance)
Start External primary instance migration.
|
SQLAdmin.Projects.Instances.VerifyExternalSyncSettings |
verifyExternalSyncSettings(String project,
String instance)
Verify External primary instance external sync settings.
|
public SQLAdmin.Projects.Instances.RescheduleMaintenance rescheduleMaintenance(String project, String instance, SqlInstancesRescheduleMaintenanceRequestBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.content - the SqlInstancesRescheduleMaintenanceRequestBodyIOExceptionpublic SQLAdmin.Projects.Instances.StartExternalSync startExternalSync(String project, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.IOExceptionpublic SQLAdmin.Projects.Instances.VerifyExternalSyncSettings verifyExternalSyncSettings(String project, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.IOExceptionCopyright © 2011–2021 Google. All rights reserved.