GoogleApi.NetworkServices.V1.Model.TrafficPortSelector (google_api_network_services v0.11.0)
View SourceSpecification of a port-based selector.
Attributes
-
ports
(type:list(String.t)
, default:nil
) - Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.TrafficPortSelector{ ports: [String.t()] | nil }