class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::PortalConfig::ConfigSelection::CustomChecks::Windows::RegistryKey::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 231925 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 231922 def has_multiple_values? false end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 231953 def name prop_get('@name') end
registry_value()
click to toggle source
# File lib/palo_alto/config.rb, line 231944 def registry_value if @create_children @subclasses['registry-value'] ||= RegistryValue.new(parent_instance: self, create_children: @create_children) else RegistryValue.new(parent_instance: self) end end