Sql Ip Config Args
    data class SqlIpConfigArgs(val allocatedIpRange: Output<String>? = null, val authorizedNetworks: Output<List<SqlAclEntryArgs>>? = null, val enableIpv4: Output<Boolean>? = null, val privateNetwork: Output<String>? = null, val requireSsl: Output<Boolean>? = null) : ConvertibleToJava<SqlIpConfigArgs> 
IP Management configuration.
Constructors
Link copied to clipboard
                fun SqlIpConfigArgs(allocatedIpRange: Output<String>? = null, authorizedNetworks: Output<List<SqlAclEntryArgs>>? = null, enableIpv4: Output<Boolean>? = null, privateNetwork: Output<String>? = null, requireSsl: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
                Optional. The name of the allocated IP address range for the private IP Cloud SQL instance. This name refers to an already allocated IP range address. If set, the instance IP address will be created in the allocated range. Note that this IP address range can't be modified after the instance is created. If you change the VPC when configuring connectivity settings for the migration job, this field is not relevant.
Link copied to clipboard