Uses of Class
com.hyper9.simdk.stubs.mao.Network

Packages that use Network
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.mao   
 

Uses of Network in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return Network
 Network VirtualEthernetCardNetworkBackingInfo.getNetwork()
           
 Network OvfNetworkMapping.getNetwork()
           
 Network NetworkSummary.getNetwork()
           
 Network NetworkEventArgument.getNetwork()
           
 Network VAppCloneSpecNetworkMappingPair.getSource()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type Network
 void VirtualEthernetCardNetworkBackingInfo.setNetwork(Network toSet)
           
 void OvfNetworkMapping.setNetwork(Network toSet)
           
 void NetworkSummary.setNetwork(Network toSet)
           
 void NetworkEventArgument.setNetwork(Network toSet)
           
 void VAppCloneSpecNetworkMappingPair.setSource(Network toSet)
           
 

Uses of Network in com.hyper9.simdk.stubs.mao
 

Subclasses of Network in com.hyper9.simdk.stubs.mao
 class DistributedVirtualPortgroup
           
 

Methods in com.hyper9.simdk.stubs.mao that return types with arguments of type Network
 List<Network> VirtualMachine.getNetwork()
           
 List<Network> VirtualApp.getNetwork()
           
 List<Network> HostSystem.getNetwork()
           
 List<Network> Datacenter.getNetwork()
           
 List<Network> ComputeResource.getNetwork()
           
 

Method parameters in com.hyper9.simdk.stubs.mao with type arguments of type Network
 void VirtualMachine.setNetwork(List<Network> toSet)
           
 void VirtualApp.setNetwork(List<Network> toSet)
           
 void HostSystem.setNetwork(List<Network> toSet)
           
 void Datacenter.setNetwork(List<Network> toSet)
           
 void ComputeResource.setNetwork(List<Network> toSet)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.