Database Instance Clone Args
data class DatabaseInstanceCloneArgs(val allocatedIpRange: Output<String>? = null, val pointInTime: Output<String>? = null, val sourceInstanceName: Output<String>) : ConvertibleToJava<DatabaseInstanceCloneArgs>
Constructors
Link copied to clipboard
fun DatabaseInstanceCloneArgs(allocatedIpRange: Output<String>? = null, pointInTime: Output<String>? = null, sourceInstanceName: Output<String>)
Functions
Properties
Link copied to clipboard
The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the cloned instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
Link copied to clipboard
Link copied to clipboard