Uses of Class
org.jclouds.cloudstack.domain.NIC

Packages that use NIC
org.jclouds.cloudstack.domain   
 

Uses of NIC in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return NIC
 NIC NIC.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain that return types with arguments of type NIC
 Set<NIC> VirtualMachine.getNICs()
           
 

Method parameters in org.jclouds.cloudstack.domain with type arguments of type NIC
 VirtualMachine.Builder VirtualMachine.Builder.nics(Iterable<NIC> nics)
           
 

Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type NIC
VirtualMachine(long id, String account, long cpuCount, long cpuSpeed, String cpuUsed, String displayName, Date created, String domain, long domainId, boolean usesVirtualNetwork, String group, long groupId, long guestOSId, boolean hAEnabled, long hostId, String hostname, String iPAddress, String iSODisplayText, long iSOId, String iSOName, Long jobId, Integer jobStatus, long memory, String name, Long networkKbsRead, Long networkKbsWrite, String password, boolean passwordEnabled, long rootDeviceId, String rootDeviceType, Set<SecurityGroup> securityGroups, long serviceOfferingId, String serviceOfferingName, VirtualMachine.State state, String templateDisplayText, long templateId, String templateName, long zoneId, String zoneName, Set<NIC> nics, String hypervisor)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.