class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Decryption::Rules::Entry::Type

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 110171
def _section
        :'type'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 110168
def has_multiple_values?
        true
end
ssh_proxy() click to toggle source
# File lib/palo_alto/config.rb, line 110195
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 110183
def ssl_forward_proxy
        @subclasses['ssl-forward-proxy'] ||= SslForwardProxy.new(parent_instance: self, create_children: @create_children)
end
ssl_inbound_inspection() click to toggle source

SSL Inbound Inspection

# File lib/palo_alto/config.rb, line 110209
def ssl_inbound_inspection
        prop_get('ssl-inbound-inspection')
end
ssl_inbound_inspection=(val) click to toggle source

SSL Inbound Inspection

# File lib/palo_alto/config.rb, line 110213
def ssl_inbound_inspection=(val)
        prop_set('ssl-inbound-inspection', val)
end