Ip Configuration Response
data class IpConfigurationResponse(val allocatedIpRange: String, val authorizedNetworks: List<AclEntryResponse>, val enablePrivatePathForGoogleCloudServices: Boolean, val ipv4Enabled: Boolean, val privateNetwork: String, val requireSsl: Boolean)
IP Management configuration.
Constructors
Link copied to clipboard
fun IpConfigurationResponse(allocatedIpRange: String, authorizedNetworks: List<AclEntryResponse>, enablePrivatePathForGoogleCloudServices: Boolean, ipv4Enabled: Boolean, privateNetwork: String, requireSsl: Boolean)
Types
Properties
Link copied to clipboard
The name of the allocated ip range for the private ip Cloud SQL instance. For example: "google-managed-services-default". If set, the 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]([-a-z0-9]*[a-z0-9])?.
Link copied to clipboard
Link copied to clipboard