Class: PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Network::NetworkProfiles

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



29241
29242
29243
# File 'lib/palo_alto/config.rb', line 29241

def _section
:'network-profiles'
end

#bfd_profileObject



29299
29300
29301
# File 'lib/palo_alto/config.rb', line 29299

def bfd_profile
prop_get('bfd-profile')
end

#bfd_profile=(val) ⇒ Object



29302
29303
29304
# File 'lib/palo_alto/config.rb', line 29302

def bfd_profile=(val)
prop_set('bfd-profile', val)
end

#gp_app_ipsec_cryptoObject



29245
29246
29247
# File 'lib/palo_alto/config.rb', line 29245

def gp_app_ipsec_crypto
prop_get('gp-app-ipsec-crypto')
end

#gp_app_ipsec_crypto=(val) ⇒ Object



29248
29249
29250
# File 'lib/palo_alto/config.rb', line 29248

def gp_app_ipsec_crypto=(val)
prop_set('gp-app-ipsec-crypto', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#ike_cryptoObject



29263
29264
29265
# File 'lib/palo_alto/config.rb', line 29263

def ike_crypto
prop_get('ike-crypto')
end

#ike_crypto=(val) ⇒ Object



29266
29267
29268
# File 'lib/palo_alto/config.rb', line 29266

def ike_crypto=(val)
prop_set('ike-crypto', val)
end

#ike_gatewaysObject



29251
29252
29253
# File 'lib/palo_alto/config.rb', line 29251

def ike_gateways
prop_get('ike-gateways')
end

#ike_gateways=(val) ⇒ Object



29254
29255
29256
# File 'lib/palo_alto/config.rb', line 29254

def ike_gateways=(val)
prop_set('ike-gateways', val)
end

#interface_mgmtObject



29275
29276
29277
# File 'lib/palo_alto/config.rb', line 29275

def interface_mgmt
prop_get('interface-mgmt')
end

#interface_mgmt=(val) ⇒ Object



29278
29279
29280
# File 'lib/palo_alto/config.rb', line 29278

def interface_mgmt=(val)
prop_set('interface-mgmt', val)
end

#ipsec_cryptoObject



29257
29258
29259
# File 'lib/palo_alto/config.rb', line 29257

def ipsec_crypto
prop_get('ipsec-crypto')
end

#ipsec_crypto=(val) ⇒ Object



29260
29261
29262
# File 'lib/palo_alto/config.rb', line 29260

def ipsec_crypto=(val)
prop_set('ipsec-crypto', val)
end

#lldp_profileObject



29293
29294
29295
# File 'lib/palo_alto/config.rb', line 29293

def lldp_profile
prop_get('lldp-profile')
end

#lldp_profile=(val) ⇒ Object



29296
29297
29298
# File 'lib/palo_alto/config.rb', line 29296

def lldp_profile=(val)
prop_set('lldp-profile', val)
end

#qos_profileObject



29287
29288
29289
# File 'lib/palo_alto/config.rb', line 29287

def qos_profile
prop_get('qos-profile')
end

#qos_profile=(val) ⇒ Object



29290
29291
29292
# File 'lib/palo_alto/config.rb', line 29290

def qos_profile=(val)
prop_set('qos-profile', val)
end

#tunnel_monitorObject



29269
29270
29271
# File 'lib/palo_alto/config.rb', line 29269

def tunnel_monitor
prop_get('tunnel-monitor')
end

#tunnel_monitor=(val) ⇒ Object



29272
29273
29274
# File 'lib/palo_alto/config.rb', line 29272

def tunnel_monitor=(val)
prop_set('tunnel-monitor', val)
end

#zone_protectionObject



29281
29282
29283
# File 'lib/palo_alto/config.rb', line 29281

def zone_protection
prop_get('zone-protection')
end

#zone_protection=(val) ⇒ Object



29284
29285
29286
# File 'lib/palo_alto/config.rb', line 29284

def zone_protection=(val)
prop_set('zone-protection', val)
end