class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Vlan::Units::Entry::AdjustTcpMss

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 183701
def _section
        :'adjust-tcp-mss'
end
enable() click to toggle source

Set if TCP MSS value should be reduced based on mtu

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

Set if TCP MSS value should be reduced based on mtu

# File lib/palo_alto/config.rb, line 183731
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 183698
def has_multiple_values?
        false
end
ipv4_mss_adjustment() click to toggle source

IPv4 MSS adjustment size (in bytes)

# File lib/palo_alto/config.rb, line 183735
def ipv4_mss_adjustment
        prop_get('ipv4-mss-adjustment')
end
ipv4_mss_adjustment=(val) click to toggle source

IPv4 MSS adjustment size (in bytes)

# File lib/palo_alto/config.rb, line 183739
def ipv4_mss_adjustment=(val)
        prop_set('ipv4-mss-adjustment', val)
end
ipv6_mss_adjustment() click to toggle source

IPv6 MSS adjustment size (in bytes)

# File lib/palo_alto/config.rb, line 183743
def ipv6_mss_adjustment
        prop_get('ipv6-mss-adjustment')
end
ipv6_mss_adjustment=(val) click to toggle source

IPv6 MSS adjustment size (in bytes)

# File lib/palo_alto/config.rb, line 183747
def ipv6_mss_adjustment=(val)
        prop_set('ipv6-mss-adjustment', val)
end