public sealed class VpcNetwork : IMessage<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IEquatable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `VpcNetwork` class within the `Google.Cloud.Dataplex.V1` namespace, specifically version 2.0.0, which is part of the Google Cloud Dataplex .NET library and is used to define the Cloud VPC network for running infrastructure."],["The `VpcNetwork` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for detailed configuration and management of network settings."],["Key properties of the `VpcNetwork` class include `Network`, `SubNetwork`, and `NetworkTags`, which enable users to specify the Cloud VPC network, sub-network, and any applicable network tags for their jobs, with the option to default to the \"Default\" network if not specified."],["The content includes a list of previous versions of the `Google.Cloud.Dataplex.V1` library, ranging from version 1.0.0 to 3.6.0, with the latest version being 3.6.0."],["The `VpcNetwork` class has two constructors: one default and another that copies the values from an existing `VpcNetwork` object, providing flexibility in how the class is instantiated."]]],[]]