Uses of Class
org.jclouds.cloudstack.domain.NIC
-
Packages that use NIC Package Description org.jclouds.cloudstack.domain -
-
Uses of NIC in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain with type parameters of type NIC Modifier and Type Field Description protected Set<NIC>
VirtualMachine.Builder. nics
Methods in org.jclouds.cloudstack.domain that return NIC Modifier and Type Method Description NIC
NIC.Builder. build()
Methods in org.jclouds.cloudstack.domain that return types with arguments of type NIC Modifier and Type Method Description Set<NIC>
VirtualMachine. getNICs()
Methods in org.jclouds.cloudstack.domain with parameters of type NIC Modifier and Type Method Description 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 Modifier and Type Method Description T
VirtualMachine.Builder. nics(Set<NIC> nics)
Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type NIC Constructor Description 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, Set<Tag> tags)
-