class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnClient

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 269132
def _section
        :'secure-conn-client'
end
certificate_type() click to toggle source
# File lib/palo_alto/config.rb, line 269238
def certificate_type
        @subclasses['certificate-type'] ||= CertificateType.new(parent_instance: self, create_children: @create_children)
end
check_server_identity() click to toggle source

Check server certificate Subject common name(IP/FQDN) with the configured panorama servers. Default setting: 'no'

# File lib/palo_alto/config.rb, line 269284
def check_server_identity
        prop_get('check-server-identity')
end
check_server_identity=(val) click to toggle source

Check server certificate Subject common name(IP/FQDN) with the configured panorama servers. Default setting: 'no'

# File lib/palo_alto/config.rb, line 269288
def check_server_identity=(val)
        prop_set('check-server-identity', val)
end
enable_secure_lc_communication() click to toggle source

Use the secure-client certificate settings for log collector connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269316
def enable_secure_lc_communication
        prop_get('enable-secure-lc-communication')
end
enable_secure_lc_communication=(val) click to toggle source

Use the secure-client certificate settings for log collector connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269320
def enable_secure_lc_communication=(val)
        prop_set('enable-secure-lc-communication', val)
end
enable_secure_pandb_communication() click to toggle source

Use the secure-client certificate settings for pandb connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269300
def enable_secure_pandb_communication
        prop_get('enable-secure-pandb-communication')
end
enable_secure_pandb_communication=(val) click to toggle source

Use the secure-client certificate settings for pandb connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269304
def enable_secure_pandb_communication=(val)
        prop_set('enable-secure-pandb-communication', val)
end
enable_secure_panorama_communication() click to toggle source

Use the secure-client certificate settings for panorama connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269308
def enable_secure_panorama_communication
        prop_get('enable-secure-panorama-communication')
end
enable_secure_panorama_communication=(val) click to toggle source

Use the secure-client certificate settings for panorama connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269312
def enable_secure_panorama_communication=(val)
        prop_set('enable-secure-panorama-communication', val)
end
enable_secure_user_id_communication() click to toggle source

Use the secure-client certificate settings for User Identification connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269324
def enable_secure_user_id_communication
        prop_get('enable-secure-user-id-communication')
end
enable_secure_user_id_communication=(val) click to toggle source

Use the secure-client certificate settings for User Identification connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269328
def enable_secure_user_id_communication=(val)
        prop_set('enable-secure-user-id-communication', val)
end
enable_secure_wildfire_communication() click to toggle source

Use the secure-client certificate settings for Wildfire connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269292
def enable_secure_wildfire_communication
        prop_get('enable-secure-wildfire-communication')
end
enable_secure_wildfire_communication=(val) click to toggle source

Use the secure-client certificate settings for Wildfire connections. Default setting : 'no'

# File lib/palo_alto/config.rb, line 269296
def enable_secure_wildfire_communication=(val)
        prop_set('enable-secure-wildfire-communication', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 269129
def has_multiple_values?
        false
end