Class: PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::StoragePartition::Nfsv3

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



49453
49454
49455
# File 'lib/palo_alto/config.rb', line 49453

def _section
:nfsv3
end

#copy_on_setupObject



49497
49498
49499
# File 'lib/palo_alto/config.rb', line 49497

def copy_on_setup
prop_get('copy-on-setup')
end

#copy_on_setup=(val) ⇒ Object



49500
49501
49502
# File 'lib/palo_alto/config.rb', line 49500

def copy_on_setup=(val)
prop_set('copy-on-setup', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


49452
# File 'lib/palo_alto/config.rb', line 49452

def has_multiple_values?; false; end

#log_directoryObject

directory to mount



49466
49467
49468
# File 'lib/palo_alto/config.rb', line 49466

def log_directory
prop_get('log-directory')
end

#log_directory=(val) ⇒ Object

directory to mount



49470
49471
49472
# File 'lib/palo_alto/config.rb', line 49470

def log_directory=(val)
prop_set('log-directory', val)
end

#portObject



49479
49480
49481
# File 'lib/palo_alto/config.rb', line 49479

def port
prop_get('port')
end

#port=(val) ⇒ Object



49482
49483
49484
# File 'lib/palo_alto/config.rb', line 49482

def port=(val)
prop_set('port', val)
end

#protocolObject



49473
49474
49475
# File 'lib/palo_alto/config.rb', line 49473

def protocol
prop_get('protocol')
end

#protocol=(val) ⇒ Object



49476
49477
49478
# File 'lib/palo_alto/config.rb', line 49476

def protocol=(val)
prop_set('protocol', val)
end

#read_sizeObject



49485
49486
49487
# File 'lib/palo_alto/config.rb', line 49485

def read_size
prop_get('read-size')
end

#read_size=(val) ⇒ Object



49488
49489
49490
# File 'lib/palo_alto/config.rb', line 49488

def read_size=(val)
prop_set('read-size', val)
end

#serverObject

server IP or FQDN



49458
49459
49460
# File 'lib/palo_alto/config.rb', line 49458

def server
prop_get('server')
end

#server=(val) ⇒ Object

server IP or FQDN



49462
49463
49464
# File 'lib/palo_alto/config.rb', line 49462

def server=(val)
prop_set('server', val)
end

#write_sizeObject



49491
49492
49493
# File 'lib/palo_alto/config.rb', line 49491

def write_size
prop_get('write-size')
end

#write_size=(val) ⇒ Object



49494
49495
49496
# File 'lib/palo_alto/config.rb', line 49494

def write_size=(val)
prop_set('write-size', val)
end