Get Database Instance Setting Ip Configuration
data class GetDatabaseInstanceSettingIpConfiguration(val allocatedIpRange: String, val authorizedNetworks: List<GetDatabaseInstanceSettingIpConfigurationAuthorizedNetwork>, val ipv4Enabled: Boolean, val privateNetwork: String, val requireSsl: Boolean)
Constructors
Link copied to clipboard
fun GetDatabaseInstanceSettingIpConfiguration(allocatedIpRange: String, authorizedNetworks: List<GetDatabaseInstanceSettingIpConfigurationAuthorizedNetwork>, ipv4Enabled: Boolean, privateNetwork: String, requireSsl: Boolean)