class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Decryption::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 101910 def _section :'entry' end
disable_override()
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 102590 def disable_override prop_get('disable-override') end
disable_override=(val)
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 102594 def disable_override=(val) prop_set('disable-override', val) end
forwarded_only()
click to toggle source
mirror after security policy allow
# File lib/palo_alto/config.rb, line 102606 def forwarded_only prop_get('forwarded-only') end
forwarded_only=(val)
click to toggle source
mirror after security policy allow
# File lib/palo_alto/config.rb, line 102610 def forwarded_only=(val) prop_set('forwarded-only', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 101907 def has_multiple_values? false end
interface()
click to toggle source
decrypt mirror port
# File lib/palo_alto/config.rb, line 102598 def interface prop_get('interface') end
interface=(val)
click to toggle source
decrypt mirror port
# File lib/palo_alto/config.rb, line 102602 def interface=(val) prop_set('interface', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 102586 def name prop_get('@name') end
ssh_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 102550 def ssh_proxy @subclasses['ssh-proxy'] ||= SshProxy.new(parent_instance: self, create_children: @create_children) end
ssl_forward_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 102111 def ssl_forward_proxy @subclasses['ssl-forward-proxy'] ||= SslForwardProxy.new(parent_instance: self, create_children: @create_children) end
ssl_inbound_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 102195 def ssl_inbound_proxy @subclasses['ssl-inbound-proxy'] ||= SslInboundProxy.new(parent_instance: self, create_children: @create_children) end
ssl_no_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 102481 def ssl_no_proxy @subclasses['ssl-no-proxy'] ||= SslNoProxy.new(parent_instance: self, create_children: @create_children) end
ssl_protocol_settings()
click to toggle source
# File lib/palo_alto/config.rb, line 102440 def ssl_protocol_settings @subclasses['ssl-protocol-settings'] ||= SslProtocolSettings.new(parent_instance: self, create_children: @create_children) end