Share via


HostPortRangeV1Beta1.Max Property

Definition

Gets or sets the maximum value of the port range. Represents the upper bound of the host port range in a Kubernetes resource configuration. Must be greater than or equal to the Min property to define a valid range.

[YamlDotNet.Serialization.YamlMember(Alias="max")]
public int Max { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="max")>]
member this.Max : int with get, set
Public Property Max As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to