| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
CloneContext |
CloneContext.clone() |
CloneContext |
InstancesCloneRequest.getCloneContext()
Contains details about the clone operation.
|
CloneContext |
CloneContext.set(String fieldName,
Object value) |
CloneContext |
CloneContext.setAllocatedIpRange(String allocatedIpRange)
The name of the allocated ip range for the private ip Cloud SQL instance.
|
CloneContext |
CloneContext.setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned.
|
CloneContext |
CloneContext.setDatabaseNames(List<String> databaseNames)
(SQL Server only) Clone only the specified databases from the source instance.
|
CloneContext |
CloneContext.setDestinationInstanceName(String destinationInstanceName)
Name of the Cloud SQL instance to be created as a clone.
|
CloneContext |
CloneContext.setKind(String kind)
This is always `sql#cloneContext`.
|
CloneContext |
CloneContext.setPitrTimestampMs(Long pitrTimestampMs)
Reserved for future use.
|
CloneContext |
CloneContext.setPointInTime(String pointInTime)
Timestamp, if specified, identifies the time to which the source instance is cloned.
|
CloneContext |
CloneContext.setPreferredSecondaryZone(String preferredSecondaryZone)
Optional.
|
CloneContext |
CloneContext.setPreferredZone(String preferredZone)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesCloneRequest |
InstancesCloneRequest.setCloneContext(CloneContext cloneContext)
Contains details about the clone operation.
|
Copyright © 2011–2024 Google. All rights reserved.