public sealed class DatabaseInstanceEntity : IMessage<DatabaseInstanceEntity>, IEquatable<DatabaseInstanceEntity>, IDeepCloneable<DatabaseInstanceEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DatabaseInstanceEntity.
DatabaseInstance acts as a parent entity to other database entities.
[[["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 DatabaseInstanceEntity documentation is 2.5.0, and the webpage content focuses on version 2.3.0."],["DatabaseInstanceEntity, found within the Google.Cloud.CloudDms.V1 namespace, serves as a parent entity for other database entities in the Database Migration v1 API."],["This class implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces, as well as inherits members from the base object class."],["There are two constructors for DatabaseInstanceEntity; a default constructor, and one that takes another DatabaseInstanceEntity as an argument for copying."],["The class includes a CustomFeatures property of type Struct which allows for engine specific customizations."]]],[]]