GoogleApi.NetworkServices.V1.Model.TrafficPortSelector (google_api_network_services v0.2.0) View Source
Specification 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkServices.V1.Model.TrafficPortSelector{
ports: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.