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

Packages that use VirtualGuestBlockDevice
org.jclouds.softlayer.domain   
 

Uses of VirtualGuestBlockDevice in org.jclouds.softlayer.domain
 

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

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

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

Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuestBlockDevice
 T VirtualGuest.Builder.blockDevices(VirtualGuestBlockDevice... in)
           
 VirtualGuestBlockDevice.Builder VirtualGuestBlockDevice.Builder.fromVirtualGuestBlockDevice(VirtualGuestBlockDevice in)
           
 

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

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestBlockDevice
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.