public sealed class InfrastructureSpec : IMessage<Environment.Types.InfrastructureSpec>, IEquatable<Environment.Types.InfrastructureSpec>, IDeepCloneable<Environment.Types.InfrastructureSpec>, IBufferMessage, IMessage
Configuration for the underlying infrastructure used to run workloads.
[[["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 webpage provides documentation for `InfrastructureSpec`, a class within the `Google.Cloud.Dataplex.V1` namespace, used to configure the infrastructure for running workloads."],["The latest version available for `InfrastructureSpec` is 3.6.0, with multiple historical versions also available, ranging down to 1.0.0."],["`InfrastructureSpec` has two constructors: a default constructor and one that accepts another `InfrastructureSpec` instance as a parameter, allowing for the creation of new instances based off existing ones."],["The `InfrastructureSpec` class includes properties like `Compute` for compute resource configuration and `OsImage` for software runtime configuration, which are both necessary components of this class."],["The `InfrastructureSpec` class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, enhancing its functionality and integration within the .NET ecosystem."]]],[]]