public sealed class PrivateConnectivity : IMessage<PrivateConnectivity>, IEquatable<PrivateConnectivity>, IDeepCloneable<PrivateConnectivity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class PrivateConnectivity.
[[["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-04-17 UTC."],[[["The `PrivateConnectivity` class is part of the Google Cloud Database Migration v1 API, specifically within the `Google.Cloud.CloudDms.V1` namespace."],["This class represents private connectivity, as implied by its name and the description \"Private Connectivity\"."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The latest version of this API is 2.5.0, and versions back to 1.0.0 are documented, highlighting version history and API stability."],["It has a constructor for default initialization and a copy constructor for creating instances from existing `PrivateConnectivity` objects."]]],[]]