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.
Constraints applied to pods.
Implements
IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
MaxPodsConstraint()
public MaxPodsConstraint()
MaxPodsConstraint(MaxPodsConstraint)
public MaxPodsConstraint(MaxPodsConstraint other)
Parameter | |
---|---|
Name | Description |
other | MaxPodsConstraint |
Properties
MaxPodsPerNode
public long MaxPodsPerNode { get; set; }
Required. The maximum number of pods to schedule on a single node.
Property Value | |
---|---|
Type | Description |
Int64 |