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 webpage details the `InfrastructureSpec` class, which is used to configure the infrastructure for running workloads within Google Cloud Dataplex."],["The latest version of this class is accessible under version 3.6.0, with numerous prior versions available, ranging back to version 1.0.0."],["The `InfrastructureSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has properties to configure compute resources and the OS image runtime, represented by the `Compute` and `OsImage` properties, respectively."],["There are also `ResourcesCase` and `RuntimeCase` properties within the `InfrastructureSpec` to define specific types of resource and runtime usage."]]],[]]