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."],[[["The `MaxPodsConstraint` class in the Google Cloud GKE Multi-Cloud v1 API defines constraints applied to pods, specifically the maximum number of pods allowed on a single node."],["This class, `MaxPodsConstraint`, has a latest version of 2.8.0 and is available in multiple versions, from 1.0.0-beta01 up to 2.8.0, as referenced in the provided documents."],["`MaxPodsConstraint` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `MaxPodsPerNode` property within `MaxPodsConstraint` is used to set and get the maximum number of pods that can be scheduled on a single node, and it's a required `long` type."],["The `MaxPodsConstraint` class can be constructed either as a new object or as a copy of another `MaxPodsConstraint` object."]]],[]]