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,
SqlInstancesStartExternalSyncRequest content)
Start External primary instance migration.
|
SQLAdmin.Projects.Instances.VerifyExternalSyncSettings |
verifyExternalSyncSettings(String project,
String instance,
SqlInstancesVerifyExternalSyncSettingsRequest content)
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, SqlInstancesStartExternalSyncRequest 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 SqlInstancesStartExternalSyncRequestIOExceptionpublic SQLAdmin.Projects.Instances.VerifyExternalSyncSettings verifyExternalSyncSettings(String project, String instance, SqlInstancesVerifyExternalSyncSettingsRequest content) 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.content - the SqlInstancesVerifyExternalSyncSettingsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.