HostPortRangeV1Beta1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a range of host ports that can be used in Kubernetes deployments.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class HostPortRangeV1Beta1
[<YamlDotNet.Serialization.YamlSerializable>]
type HostPortRangeV1Beta1 = class
Public NotInheritable Class HostPortRangeV1Beta1
- Inheritance
-
HostPortRangeV1Beta1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
HostPortRangeV1Beta1() |
Properties
Max |
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. |
Min |
Gets or sets the minimum value of the port range. Represents the smallest port number within this range. |