class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::ProtocolCommon::Fragmentation

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 294141
def _section
        :'fragmentation'
end
enable() click to toggle source

Enable IKE fragmentation

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

Enable IKE fragmentation

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