public sealed class MaxPodsConstraint : IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class MaxPodsConstraint.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `MaxPodsConstraint` class within the Anthos Multi-Cloud v1 API, specifically for version 2.7.0."],["`MaxPodsConstraint` is used to define constraints applied to pods, and it inherits from the base `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MaxPodsConstraint` class includes a property, `MaxPodsPerNode`, which is a `long` type and determines the maximum number of pods that can be scheduled on a single node, and it is a required field."],["There are two constructors available for the `MaxPodsConstraint` class: a default constructor and a copy constructor that takes another `MaxPodsConstraint` object as a parameter."],["This reference documentation for `MaxPodsConstraint` is available in various versions ranging from 1.0.0-beta01 to the latest, 2.8.0, with all other versions in between being accessible."]]],[]]