Class: PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Wildfire

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

Defined Under Namespace

Classes: PrivateCloudSecureConnClient

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



50191
50192
50193
# File 'lib/palo_alto/config.rb', line 50191

def _section
:wildfire
end

#cloud_serverObject

IP address or hostname for the WildFire cloud. Default is wildfire-public-cloud



50282
50283
50284
# File 'lib/palo_alto/config.rb', line 50282

def cloud_server
prop_get('cloud-server')
end

#cloud_server=(val) ⇒ Object

IP address or hostname for the WildFire cloud. Default is wildfire-public-cloud



50286
50287
50288
# File 'lib/palo_alto/config.rb', line 50286

def cloud_server=(val)
prop_set('cloud-server', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#private_cloud_secure_conn_clientObject



50269
50270
50271
# File 'lib/palo_alto/config.rb', line 50269

def private_cloud_secure_conn_client
@subclasses['private-cloud-secure-conn-client'] ||= PrivateCloudSecureConnClient.new(parent_instance: self, client: @client, create_children: @create_children)
end

#private_cloud_use_proxyObject

Use global proxy, when configured, to connect to private cloud server.



50274
50275
50276
# File 'lib/palo_alto/config.rb', line 50274

def private_cloud_use_proxy
prop_get('private-cloud-use-proxy')
end

#private_cloud_use_proxy=(val) ⇒ Object

Use global proxy, when configured, to connect to private cloud server.



50278
50279
50280
# File 'lib/palo_alto/config.rb', line 50278

def private_cloud_use_proxy=(val)
prop_set('private-cloud-use-proxy', val)
end