class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233083 def _section :'entry' end
agent_config()
click to toggle source
# File lib/palo_alto/config.rb, line 234547 def agent_config @subclasses['agent-config'] ||= AgentConfig.new(parent_instance: self, create_children: @create_children) end
agent_ui()
click to toggle source
# File lib/palo_alto/config.rb, line 234076 def agent_ui @subclasses['agent-ui'] ||= AgentUi.new(parent_instance: self, create_children: @create_children) end
authentication_override()
click to toggle source
# File lib/palo_alto/config.rb, line 234830 def authentication_override @subclasses['authentication-override'] ||= AuthenticationOverride.new(parent_instance: self, create_children: @create_children) end
auto_discovery_external_gateway_2fa()
click to toggle source
Auto Discovery External Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234919 def auto_discovery_external_gateway_2fa prop_get('auto-discovery-external-gateway-2fa') end
auto_discovery_external_gateway_2fa=(val)
click to toggle source
Auto Discovery External Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234923 def auto_discovery_external_gateway_2fa=(val) prop_set('auto-discovery-external-gateway-2fa', val) end
certificate()
click to toggle source
# File lib/palo_alto/config.rb, line 233163 def certificate @subclasses['certificate'] ||= Certificate.new(parent_instance: self, create_children: @create_children) end
client_certificate()
click to toggle source
# File lib/palo_alto/config.rb, line 234704 def client_certificate if @create_children @subclasses['client-certificate'] ||= ClientCertificate.new(parent_instance: self, create_children: @create_children) else ClientCertificate.new(parent_instance: self) end end
custom_checks()
click to toggle source
# File lib/palo_alto/config.rb, line 233448 def custom_checks @subclasses['custom-checks'] ||= CustomChecks.new(parent_instance: self, create_children: @create_children) end
gateways()
click to toggle source
# File lib/palo_alto/config.rb, line 233886 def gateways @subclasses['gateways'] ||= Gateways.new(parent_instance: self, create_children: @create_children) end
gp_app_config()
click to toggle source
# File lib/palo_alto/config.rb, line 234631 def gp_app_config @subclasses['gp-app-config'] ||= GpAppConfig.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233080 def has_multiple_values? false end
hip_collection()
click to toggle source
# File lib/palo_alto/config.rb, line 234512 def hip_collection @subclasses['hip-collection'] ||= HipCollection.new(parent_instance: self, create_children: @create_children) end
internal_gateway_2fa()
click to toggle source
Internal Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234911 def internal_gateway_2fa prop_get('internal-gateway-2fa') end
internal_gateway_2fa=(val)
click to toggle source
Internal Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234915 def internal_gateway_2fa=(val) prop_set('internal-gateway-2fa', val) end
internal_host_detection()
click to toggle source
# File lib/palo_alto/config.rb, line 233931 def internal_host_detection @subclasses['internal-host-detection'] ||= InternalHostDetection.new(parent_instance: self, create_children: @create_children) end
internal_host_detection_v6()
click to toggle source
# File lib/palo_alto/config.rb, line 233976 def internal_host_detection_v6 @subclasses['internal-host-detection-v6'] ||= InternalHostDetectionV6.new(parent_instance: self, create_children: @create_children) end
machine_account_exists_with_serialno()
click to toggle source
# File lib/palo_alto/config.rb, line 233484 def machine_account_exists_with_serialno if @create_children @subclasses['machine-account-exists-with-serialno'] ||= MachineAccountExistsWithSerialno.new(parent_instance: self, create_children: @create_children) else MachineAccountExistsWithSerialno.new(parent_instance: self) end end
manual_only_gateway_2fa()
click to toggle source
Manual Only External Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234927 def manual_only_gateway_2fa prop_get('manual-only-gateway-2fa') end
manual_only_gateway_2fa=(val)
click to toggle source
Manual Only External Gateway Authentication OTP
# File lib/palo_alto/config.rb, line 234931 def manual_only_gateway_2fa=(val) prop_set('manual-only-gateway-2fa', val) end
mdm_address()
click to toggle source
IP address or hostname for GlobalProtect MDM server
# File lib/palo_alto/config.rb, line 234947 def mdm_address prop_get('mdm-address') end
mdm_address=(val)
click to toggle source
IP address or hostname for GlobalProtect MDM server
# File lib/palo_alto/config.rb, line 234951 def mdm_address=(val) prop_set('mdm-address', val) end
mdm_enrollment_port()
click to toggle source
MDM enrollment port
# File lib/palo_alto/config.rb, line 234955 def mdm_enrollment_port prop_get('mdm-enrollment-port') end
mdm_enrollment_port=(val)
click to toggle source
MDM enrollment port
# File lib/palo_alto/config.rb, line 234959 def mdm_enrollment_port=(val) prop_set('mdm-enrollment-port', val) end
name()
click to toggle source
GlobalProtect client configurations
# File lib/palo_alto/config.rb, line 234935 def name prop_get('@name') end
os()
click to toggle source
# File lib/palo_alto/config.rb, line 234658 def os if @create_children @subclasses['os'] ||= Os.new(parent_instance: self, create_children: @create_children) else Os.new(parent_instance: self) end end
portal_2fa()
click to toggle source
Portal Authentication OTP
# File lib/palo_alto/config.rb, line 234903 def portal_2fa prop_get('portal-2fa') end
portal_2fa=(val)
click to toggle source
Portal Authentication OTP
# File lib/palo_alto/config.rb, line 234907 def portal_2fa=(val) prop_set('portal-2fa', val) end
refresh_config()
click to toggle source
Enable portal config refresh
# File lib/palo_alto/config.rb, line 234939 def refresh_config prop_get('refresh-config') end
refresh_config=(val)
click to toggle source
Enable portal config refresh
# File lib/palo_alto/config.rb, line 234943 def refresh_config=(val) prop_set('refresh-config', val) end
save_user_credentials()
click to toggle source
Save User
Credentials
# File lib/palo_alto/config.rb, line 234895 def save_user_credentials prop_get('save-user-credentials') end
save_user_credentials=(val)
click to toggle source
Save User
Credentials
# File lib/palo_alto/config.rb, line 234899 def save_user_credentials=(val) prop_set('save-user-credentials', val) end
source_user()
click to toggle source
# File lib/palo_alto/config.rb, line 233118 def source_user if @create_children @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children) else SourceUser.new(parent_instance: self) end end
third_party_vpn_clients()
click to toggle source
# File lib/palo_alto/config.rb, line 234531 def third_party_vpn_clients if @create_children @subclasses['third-party-vpn-clients'] ||= ThirdPartyVpnClients.new(parent_instance: self, create_children: @create_children) else ThirdPartyVpnClients.new(parent_instance: self) end end