| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudSqlSettings |
CloudSqlSettings.clone() |
CloudSqlSettings |
CloudSqlConnectionProfile.getSettings()
Immutable.
|
CloudSqlSettings |
CloudSqlSettings.set(String fieldName,
Object value) |
CloudSqlSettings |
CloudSqlSettings.setActivationPolicy(String activationPolicy)
The activation policy specifies when the instance is activated; it is applicable only when the
instance state is 'RUNNABLE'.
|
CloudSqlSettings |
CloudSqlSettings.setAutoStorageIncrease(Boolean autoStorageIncrease)
[default: ON] If you enable this setting, Cloud SQL checks your available storage every 30
seconds.
|
CloudSqlSettings |
CloudSqlSettings.setDatabaseFlags(Map<String,String> databaseFlags)
The database flags passed to the Cloud SQL instance at startup.
|
CloudSqlSettings |
CloudSqlSettings.setDatabaseVersion(String databaseVersion)
The database engine type and version.
|
CloudSqlSettings |
CloudSqlSettings.setDataDiskSizeGb(Long dataDiskSizeGb)
The storage capacity available to the database, in GB.
|
CloudSqlSettings |
CloudSqlSettings.setDataDiskType(String dataDiskType)
The type of storage: `PD_SSD` (default) or `PD_HDD`.
|
CloudSqlSettings |
CloudSqlSettings.setIpConfig(SqlIpConfig ipConfig)
The settings for IP Management.
|
CloudSqlSettings |
CloudSqlSettings.setRootPassword(String rootPassword)
Input only.
|
CloudSqlSettings |
CloudSqlSettings.setRootPasswordSet(Boolean rootPasswordSet)
Output only.
|
CloudSqlSettings |
CloudSqlSettings.setSourceId(String sourceId)
The Database Migration Service source connection profile ID, in the format:
`projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID`
|
CloudSqlSettings |
CloudSqlSettings.setStorageAutoResizeLimit(Long storageAutoResizeLimit)
The maximum size to which storage capacity can be automatically increased.
|
CloudSqlSettings |
CloudSqlSettings.setTier(String tier)
The tier (or machine type) for this instance, for example: `db-n1-standard-1` (MySQL
instances).
|
CloudSqlSettings |
CloudSqlSettings.setUserLabels(Map<String,String> userLabels)
The resource labels for a Cloud SQL instance to use to annotate any related underlying
resources such as Compute Engine VMs.
|
CloudSqlSettings |
CloudSqlSettings.setZone(String zone)
The Google Cloud Platform zone where your Cloud SQL datdabse instance is located.
|
| Modifier and Type | Method and Description |
|---|---|
CloudSqlConnectionProfile |
CloudSqlConnectionProfile.setSettings(CloudSqlSettings settings)
Immutable.
|
Copyright © 2011–2021 Google. All rights reserved.