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

Packages that use NIC
org.jclouds.cloudstack.domain   
 

Uses of NIC in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain with type parameters of type NIC
protected  Set<NIC> VirtualMachine.Builder.nics
           
 

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()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type NIC
 T NIC.Builder.fromNIC(NIC in)
           
 T VirtualMachine.Builder.nics(NIC... in)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.