Sha256: eb95308de1016292cf94933a213902fc3303c5b61357331516ba0636d44db8a5
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Zilla::IoK8sApiNetworkingV1NetworkPolicyPort ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **end_port** | **Integer** | If set, indicates that the range of ports from port to endPort, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port. | [optional] | | **port** | **String** | IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. | [optional] | | **protocol** | **String** | The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiNetworkingV1NetworkPolicyPort.new( end_port: null, port: null, protocol: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiNetworkingV1NetworkPolicyPort.md |