def find(key):
     """ Retrieve one or mor instance of NetworkDevice with the given key or criteria """
     return ItopapiPrototype.find(ItopapiNetworkDevice, key)
Esempio n. 2
0
 def find(key):
     """ Retrieve one or mor instance of NAS with the given key or criteria """
     return ItopapiPrototype.find(ItopapiNAS, key)
 def find(key):
     """ Retrieve one or more instance of ApplicationSolution with the given key or criteria """
     return ItopapiPrototype.find(ItopapiSoftwarePatch, key)
Esempio n. 4
0
 def find(key):
     """ Retrieve one or more instance of ApplicationSolution with the given key or criteria """
     return ItopapiPrototype.find(ItopapiOrganization, key)
Esempio n. 5
0
 def find(key):
     """ Retrieve one or more instance of PhysicalInterface with the given key or criteria """
     return ItopapiPrototype.find(ItopapiVLAN, key)
 def find(key):
     """ Retrieve one or more instance of PowerSource with the given key or criteria """
     return ItopapiPrototype.find(ItopapiPowerSource, key)
Esempio n. 7
0
 def find(key):
     """ Retrieve one or mor instance of Server with the given key or criteria """
     return ItopapiPrototype.find(ItopapiServer, key)
 def find(key):
     """ Retrieve one or mor instance of WebApplication with the given key or criteria """
     return ItopapiPrototype.find(ItopapiWebApplication, key)
 def find(key):
     """ Retrieve one or more instance of ContractType with the given key or criteria """
     return ItopapiPrototype.find(ItopapiContractType, key)
 def find(key):
     """ Retrieve one or more instance of MiddlewareInstance with the given key or criteria """
     return ItopapiPrototype.find(ItopapiMiddlewareInstance, key)
Esempio n. 11
0
 def find(key):
     """ Retrieve one or more instance of Enclosure with the given key or criteria """
     return ItopapiPrototype.find(ItopapiEnclosure, key)
Esempio n. 12
0
 def find(key):
     """ Retrieve one or more instance of Brand with the given key or criteria """
     return ItopapiPrototype.find(ItopapiBrand, key)
 def find(key):
     """ Retrieve one or more instance of BusinessProcess with the given key or criteria """
     return ItopapiPrototype.find(ItopapiBusinessProcess, key)
 def find(key):
     """ Retrieve one or mor instance of WebServer with the given key or criteria """
     return ItopapiPrototype.find(ItopapiWebServer, key)
Esempio n. 15
0
 def find(key):
     """ Retrieve one or more instance of OSVersion with the given key or criteria """
     return ItopapiPrototype.find(ItopapiOSVersion, key)
 def find(key):
     """ Retrieve one or more instance of DatabaseSchema with the given key or criteria """
     return ItopapiPrototype.find(ItopapiDatabaseSchema, key)
Esempio n. 17
0
 def find(key):
     """ Retrieve one or more instance of Rack with the given key or criteria """
     return ItopapiPrototype.find(ItopapiRack, key)
 def find(key):
     """ Retrieve one or more instance of FiberChannelInterface with the given key or criteria """
     return ItopapiPrototype.find(ItopapiFiberChannelInterface, key)
 def find(key):
     """ Retrieve one or more instance of OtherSoftware with the given key or criteria """
     return ItopapiPrototype.find(ItopapiOtherSoftware, key)
 def find(key):
     """ Retrieve one or more instance of VirtualDevice with the given key or criteria """
     return ItopapiPrototype.find(ItopapiVirtualDevice, key)
Esempio n. 21
0
 def find(key):
     """ Retrieve one or more instance of Hypervisor with the given key or criteria """
     return ItopapiPrototype.find(ItopapiHypervisor, key)
Esempio n. 22
0
 def find(key):
     """ Retrieve one or more instance of Functional CI with the given key or criteria """
     return ItopapiPrototype.find(ItopapiFunctionalCI, key)
Esempio n. 23
0
 def find(key):
     """ Retrieve one or more instance of Enclosure with the given key or criteria """
     return ItopapiPrototype.find(ItopapiEnclosure, key)
 def find(key):
     """ Retrieve one or more instance of PhysicalInterface with the given key or criteria """
     return ItopapiPrototype.find(ItopapiVirtualMachine, key)
Esempio n. 25
0
 def find(key):
     """ Retrieve one or more instance of OSFamily with the given key or criteria """
     return ItopapiPrototype.find(ItopapiOSFamily, key)
 def find(key):
     """ Retrieve one or more instance of Connectable CI with the given key or criteria """
     return ItopapiPrototype.find(ItopapiConnectableCI, key)
 def find(key):
     """ Retrieve one or more instance of ApplicationSolution with the given key or criteria """
     return ItopapiPrototype.find(ItopapiDeliveryModel, key)
 def find(key):
     """ Retrieve one or more instance of OSFamily with the given key or criteria """
     return ItopapiPrototype.find(ItopapiLocation, key)
Esempio n. 29
0
 def find(key):
     """ Retrieve one or mor instance of WebApplication with the given key or criteria """
     return ItopapiPrototype.find(ItopapiWebApplication, key)