GoogleCloudSQLInstanceSettingsIpConfiguration
No description
type GoogleCloudSQLInstanceSettingsIpConfiguration {
allocatedIpRange: String!
authorizedNetworks: [GoogleCloudSQLInstanceSettingsIpConfigurationAclEntry!]!
ipv4Enabled: Boolean!
privateNetwork: String!
requireSsl: Boolean!
}
Fields
GoogleCloudSQLInstanceSettingsIpConfiguration.allocatedIpRange
● String!
non-null scalar
The name of the allocated IP range for the private IP Cloud SQL instance The format:
[a-z]([-a-z0-9]*[a-z0-9])?.
GoogleCloudSQLInstanceSettingsIpConfiguration.authorizedNetworks
● [GoogleCloudSQLInstanceSettingsIpConfigurationAclEntry!]!
non-null object
The list of external networks that are allowed to connect to the instance
GoogleCloudSQLInstanceSettingsIpConfiguration.ipv4Enabled
● Boolean!
non-null scalar
Indicates whether the instance is assigned a public IP address
GoogleCloudSQLInstanceSettingsIpConfiguration.privateNetwork
● String!
non-null scalar
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP For example,
/projects/myProject/global/networks/default
GoogleCloudSQLInstanceSettingsIpConfiguration.requireSsl
● Boolean!
non-null scalar
Indicates whether SSL connections over IP are enforced
Member of
GoogleCloudSQLMySQLInstanceSettings
object ● GoogleCloudSQLPostgreSQLInstanceSettings
object ● GoogleCloudSQLSQLServerInstanceSettings
object ● GoogleCloudSQLUnspecifiedInstanceSettings
object