Overview

Namespaces

  • None
  • PHP

Classes

  • Address
  • AddressGroup
  • AddressRuleContainer
  • AddressStore
  • AggregateEthernetIfStore
  • AggregateEthernetInterface
  • App
  • AppOverrideRule
  • AppRuleContainer
  • AppStore
  • AuthenticationRule
  • CaptivePortalRule
  • cidr
  • Container
  • CsvParser
  • CustomSecurityProfileURL
  • DecryptionProfile
  • DecryptionRule
  • DeviceCloud
  • DeviceGroup
  • DH
  • DoSRule
  • ErrorReporter
  • EthernetIfStore
  • EthernetInterface
  • ExpeditionTaskReporter
  • FawkesConf
  • FileTaskReporter
  • HipObjectsProfile
  • HipProfilesProfile
  • IkeCryptoProfil
  • IkeCryptoProfileStore
  • IKEGateway
  • IKEGatewayStore
  • InterfaceContainer
  • IP4Map
  • IPSecCryptoProfil
  • IPSecCryptoProfileStore
  • IPsecTunnel
  • IPsecTunnelStore
  • LoopbackIfStore
  • LoopbackInterface
  • ManagedDevice
  • ManagedDeviceStore
  • NatRule
  • NetworkPropertiesContainer
  • ObjRuleContainer
  • ObjStore
  • PanAPIConnector
  • PANConf
  • PanoramaConf
  • PbfRule
  • PH
  • PredefinedSecurityProfileURL
  • QoSRule
  • RQuery
  • Rule
  • RuleStore
  • RuleWithUserID
  • Schedule
  • ScheduleStore
  • SecurityProfile
  • SecurityProfileAntiSpyware
  • SecurityProfileAntiVirus
  • SecurityProfileDNSSecurity
  • SecurityProfileFileBlocking
  • SecurityProfileGroup
  • SecurityProfileGroupStore
  • SecurityProfileStore
  • SecurityProfileURL
  • SecurityProfileVirusAndWildfire
  • SecurityProfileVulnerability
  • SecurityProfileWildfire
  • SecurityRule
  • Service
  • ServiceDstPortMapping
  • ServiceGroup
  • ServiceRuleContainer
  • ServiceSrcPortMapping
  • ServiceStore
  • StaticRoute
  • Tag
  • TagRuleContainer
  • TagStore
  • Template
  • TemplateStack
  • TmpInterface
  • TmpInterfaceStore
  • TunnelIfStore
  • TunnelInterface
  • UrlCategoryRuleContainer
  • VirtualRouter
  • VirtualRouterContainer
  • VirtualRouterStore
  • VirtualSystem
  • VirtualWire
  • VirtualWireStore
  • VlanIfStore
  • VlanInterface
  • Zone
  • ZoneRuleContainer
  • ZoneStore

Interfaces

  • TaskReporter

Traits

  • AddressCommon
  • centralAddressStore
  • centralAddressStoreUser
  • centralServiceStore
  • centralServiceStoreUser
  • InterfaceType
  • NegatableRule
  • ObjectWithDescription
  • PanSubHelperTrait
  • PathableName
  • ReferenceableObject
  • RulewithLogging
  • ServiceCommon
  • XmlConvertible

Functions

  • __CmpObjMemID
  • __CmpObjName
  • array_diff_no_cast
  • array_to_devicequery
  • array_unique_no_cast
  • cloneArray
  • convert
  • derr
  • findConnector
  • findConnectorOrDie
  • getDirContents
  • insertAfter
  • lastIndex
  • mdeb
  • mwarning
  • my_shutdown
  • myAutoloader
  • myErrorHandler
  • printn
  • removeElement
  • sortArrayByStartValue
  • yesNoBool
  • Overview
  • Namespace
  • Class
  • Tree

Class DeviceGroup

© 2019 Palo Alto Networks, Inc. All rights reserved.

Licensed under SCRIPT SOFTWARE AGREEMENT, Palo Alto Networks, Inc., at https://www.paloaltonetworks.com/legal/script-software-license-1-0.pdf

DeviceGroup uses PathableName, PanSubHelperTrait
Located at device-and-system-classes/DeviceGroup.php
Methods summary
public
# __construct( mixed $owner )
public
# load_from_templateXml( )
public
# load_from_domxml( DOMElement $xml )

!! Should not be used outside of a PanoramaConf constructor. !!

!! Should not be used outside of a PanoramaConf constructor. !!

Parameters

$xml
DOMElement
$xml
public &
# getXPath( )
public array
# getDevicesInGroup( boolean $includeSubDeviceGroups = FALSE )

Parameters

$includeSubDeviceGroups
boolean
$includeSubDeviceGroups look for device inside sub device-groups

Returns

array
public
# name( )
public
# setName( mixed $newName )
public
# isDeviceGroup( )
public
# display_statistics( )
public DeviceGroup[]
# childDeviceGroups( boolean $nested = FALSE )

Parameters

$nested
boolean
$nested

Returns

DeviceGroup[]
public DeviceGroup[]
# parentDeviceGroups( )

Returns

DeviceGroup[]
Methods used from PathableName
(), (), ()
Methods used from PanSubHelperTrait
(), (), (), (), (), (), ()
Properties summary
protected mixed $name
#

String

String

public PanoramaConf $owner null
#
public DOMElement $xmlroot
#
public DOMElement $devicesRoot
#
public AddressStore $addressStore null
#
public ServiceStore $serviceStore null
#
protected mixed $securityProfilebaseroot
#
public SecurityProfileStore $URLProfileStore null
#
public SecurityProfileStore $customURLProfileStore null
#
public SecurityProfileStore $AntiVirusProfileStore null
#
public SecurityProfileStore $VulnerabilityProfileStore null
#
public SecurityProfileStore $AntiSpywareProfileStore null
#
public SecurityProfileStore $FileBlockingProfileStore null
#
public SecurityProfileStore $WildfireProfileStore null
#
public SecurityProfileGroupStore $securityProfileGroupStore null
#
public SecurityProfileStore $DecryptionProfileStore null
#
public SecurityProfileStore $HipObjectsProfileStore null
#
public SecurityProfileStore $HipProfilesProfileStore null
#
public ScheduleStore $scheduleStore null
#
public static string $templatexml '<entry name="**Need a Name**"><address></address><post-rulebase><security><rules></rules></security><nat><rules></rules></nat></post-rulebase> <pre-rulebase><security><rules></rules></security><nat><rules></rules></nat></pre-rulebase> </entry>'
#
public AppStore $appStore
#
public TagStore $tagStore null
#
public ZoneStore $zoneStore null
#
public RuleStore $securityRules null
#
public RuleStore $natRules null
#
public RuleStore $decryptionRules null
#
public RuleStore $appOverrideRules
#
public RuleStore $captivePortalRules
#
public RuleStore $authenticationRules
#
public RuleStore $pbfRules
#
public RuleStore $qosRules
#
public RuleStore $dosRules
#
public null|DeviceGroup $parentDeviceGroup null
#
public DeviceGroup[] $_childDeviceGroups array()
#
public NetworkPropertiesContainer $_fakeNetworkProperties
#
public mixed $version null
#
Magic properties used from PathableName
$name, $owner
PAN-OS-PHP API documentation generated by ApiGen 2.8.0