class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::ManagementTunnel__19::Ikev2Gateway::Entry::TunnelIps::Entry::Traffic

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360778
def _section
        :'traffic'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360775
def has_multiple_values?
        false
end
port() click to toggle source

Non-standard tcp/udp port to pass the traffic through the tunnel

# File lib/palo_alto/config.rb, line 360825
def port
        prop_get('port')
end
port=(val) click to toggle source

Non-standard tcp/udp port to pass the traffic through the tunnel

# File lib/palo_alto/config.rb, line 360829
def port=(val)
        prop_set('port', val)
end
traffic_type() click to toggle source

The type of traffic to pass through the tunnel

# File lib/palo_alto/config.rb, line 360817
def traffic_type
        prop_get('traffic-type')
end
traffic_type=(val) click to toggle source

The type of traffic to pass through the tunnel

# File lib/palo_alto/config.rb, line 360821
def traffic_type=(val)
        prop_set('traffic-type', val)
end