Uses of Class
org.jclouds.cloudstack.domain.NIC
Packages that use NIC
-
Uses of NIC in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain with type parameters of type NICMethods in org.jclouds.cloudstack.domain that return NICMethods in org.jclouds.cloudstack.domain that return types with arguments of type NICMethods in org.jclouds.cloudstack.domain with parameters of type NICModifier and TypeMethodDescriptionMethod parameters in org.jclouds.cloudstack.domain with type arguments of type NICConstructor parameters in org.jclouds.cloudstack.domain with type arguments of type NICModifierConstructorDescriptionprotected
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)