Connection Profile Cloudsql Settings Ip Config Args
data class ConnectionProfileCloudsqlSettingsIpConfigArgs(val authorizedNetworks: Output<List<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>>? = null, val enableIpv4: Output<Boolean>? = null, val privateNetwork: Output<String>? = null, val requireSsl: Output<Boolean>? = null) : ConvertibleToJava<ConnectionProfileCloudsqlSettingsIpConfigArgs>
Constructors
Link copied to clipboard
fun ConnectionProfileCloudsqlSettingsIpConfigArgs(authorizedNetworks: Output<List<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>>? = null, enableIpv4: Output<Boolean>? = null, privateNetwork: Output<String>? = null, requireSsl: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
val authorizedNetworks: Output<List<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>>? = null
Link copied to clipboard