Uses of Class
org.jclouds.softlayer.domain.VirtualGuestNetworkComponent

Packages that use VirtualGuestNetworkComponent
org.jclouds.softlayer.domain   
 

Uses of VirtualGuestNetworkComponent in org.jclouds.softlayer.domain
 

Fields in org.jclouds.softlayer.domain with type parameters of type VirtualGuestNetworkComponent
protected  Set<VirtualGuestNetworkComponent> VirtualGuest.Builder.networkComponents
           
 

Methods in org.jclouds.softlayer.domain that return VirtualGuestNetworkComponent
 VirtualGuestNetworkComponent VirtualGuestNetworkComponent.Builder.build()
           
 

Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualGuestNetworkComponent
 Set<VirtualGuestNetworkComponent> VirtualGuest.getVirtualGuestNetworkComponents()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuestNetworkComponent
 VirtualGuestNetworkComponent.Builder VirtualGuestNetworkComponent.Builder.fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
           
 T VirtualGuest.Builder.networkComponents(VirtualGuestNetworkComponent... in)
           
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestNetworkComponent
 T VirtualGuest.Builder.networkComponents(Set<VirtualGuestNetworkComponent> networkComponents)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestNetworkComponent
VirtualGuest(int accountId, Date createDate, boolean dedicatedAccountHostOnly, String domain, String fullyQualifiedDomainName, String hostname, int id, Date lastVerifiedDate, int maxCpu, String maxCpuUnits, int maxMemory, Date metricPollDate, Date modifyDate, String notes, boolean privateNetworkOnly, int startCpus, int statusId, String uuid, String primaryBackendIpAddress, String primaryIpAddress, VirtualGuest.BillingItem billingItem, OperatingSystem operatingSystem, String operatingSystemReferenceCode, Datacenter datacenter, PowerState powerState, SoftwareLicense softwareLicense, int activeTransactionCount, Set<VirtualGuestBlockDevice> blockDevices, boolean localDiskFlag, VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup, Set<VirtualGuestNetworkComponent> networkComponents, Set<TagReference> tagReferences)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.