public sealed class InfrastructureSpec : IMessage<Task.Types.InfrastructureSpec>, IEquatable<Task.Types.InfrastructureSpec>, IDeepCloneable<Task.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 provides documentation for the `InfrastructureSpec` class within the `Google.Cloud.Dataplex.V1` namespace, specifically detailing its role in configuring the infrastructure for running workloads."],["The latest version available for `InfrastructureSpec` is 3.6.0, and the page lists multiple versions of it going as far back as version 1.0.0."],["`InfrastructureSpec` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used for managing workload infrastructure, it also inherits from `Object` class."],["The `InfrastructureSpec` class has properties like `Batch`, `ContainerImage`, and `VpcNetwork` that are used to define the compute resources and network settings for tasks."],["The `InfrastructureSpec` class provides multiple constructors, including a default one and another for copying from another `InfrastructureSpec` instance, allowing for flexibility in object creation."]]],[]]