public class SQLAdmin.Projects.Instances extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Projects.Instances.GetDiskShrinkConfig |
class |
SQLAdmin.Projects.Instances.GetLatestRecoveryTime |
class |
SQLAdmin.Projects.Instances.PerformDiskShrink |
class |
SQLAdmin.Projects.Instances.RescheduleMaintenance |
class |
SQLAdmin.Projects.Instances.ResetReplicaSize |
class |
SQLAdmin.Projects.Instances.StartExternalSync |
class |
SQLAdmin.Projects.Instances.VerifyExternalSyncSettings |
| Constructor and Description |
|---|
Instances() |
public SQLAdmin.Projects.Instances.GetDiskShrinkConfig getDiskShrinkConfig(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.IOExceptionpublic SQLAdmin.Projects.Instances.GetLatestRecoveryTime getLatestRecoveryTime(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.IOExceptionpublic SQLAdmin.Projects.Instances.PerformDiskShrink performDiskShrink(String project, String instance, PerformDiskShrinkContext 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 PerformDiskShrinkContextIOExceptionpublic 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.ResetReplicaSize resetReplicaSize(String project, String instance, SqlInstancesResetReplicaSizeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - ID of the project that contains the read replica.instance - Cloud SQL read replica instance name.content - the SqlInstancesResetReplicaSizeRequestIOExceptionpublic 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–2023 Google. All rights reserved.