class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::TunnelIps::Entry::Traffic

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 366149
def _section
        :'traffic'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 366146
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 366196
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 366200
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 366188
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 366192
def traffic_type=(val)
        prop_set('traffic-type', val)
end