public sealed class StaticIpConnectivity : IMessage<StaticIpConnectivity>, IEquatable<StaticIpConnectivity>, IDeepCloneable<StaticIpConnectivity>, IBufferMessage, IMessage
The source database will allow incoming connections from the destination
database's public IP. You can retrieve the Cloud SQL instance's public IP
from the Cloud SQL console or using Cloud SQL APIs. No additional
configuration is required.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `StaticIpConnectivity` class is 2.5.0, with several prior versions available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`StaticIpConnectivity` allows a source database to receive connections from a destination database's public IP address, which is accessible via the Cloud SQL console or APIs, without extra configuration."],["The `StaticIpConnectivity` class inherits from `Object` and implements `IMessage\u003cStaticIpConnectivity\u003e`, `IEquatable\u003cStaticIpConnectivity\u003e`, `IDeepCloneable\u003cStaticIpConnectivity\u003e`, `IBufferMessage`, and `IMessage`."],["This class provides two constructors: a default `StaticIpConnectivity()` constructor and another, `StaticIpConnectivity(StaticIpConnectivity other)`, which accepts another `StaticIpConnectivity` object as a parameter."]]],[]]