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."],[[["This document outlines the configuration details for the `InfrastructureSpec` class within the `Google.Cloud.Dataplex.V1` namespace, which is responsible for defining the underlying infrastructure for running workloads."],["The `InfrastructureSpec` class has two constructors, a default one and one that accepts another `InfrastructureSpec` instance for initialization."],["The class includes properties `Compute` for defining compute resources and `OsImage` for software runtime configuration, with `ResourcesCase` and `RuntimeCase` properties to determine which resource is currently set."],["The document provides links to all versions of the environment spec, ranging from version `1.0.0` up to the latest version, `3.6.0`."],["The `InfrastructureSpec` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."]]],[]]