Uses of Class
org.jclouds.softlayer.domain.VirtualGuestBlockDevice
- 
Packages that use VirtualGuestBlockDevice Package Description org.jclouds.softlayer.domain  - 
- 
Uses of VirtualGuestBlockDevice in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain with type parameters of type VirtualGuestBlockDevice Modifier and Type Field Description protected List<VirtualGuestBlockDevice>VirtualGuest.Builder. blockDevicesMethods in org.jclouds.softlayer.domain that return VirtualGuestBlockDevice Modifier and Type Method Description VirtualGuestBlockDeviceVirtualGuestBlockDevice.Builder. build()Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualGuestBlockDevice Modifier and Type Method Description Set<VirtualGuestBlockDevice>ContainerVirtualGuestConfiguration. getVirtualGuestBlockDevices()List<VirtualGuestBlockDevice>VirtualGuest. getVirtualGuestBlockDevices()Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuestBlockDevice Modifier and Type Method Description TVirtualGuest.Builder. blockDevices(VirtualGuestBlockDevice... in)VirtualGuestBlockDevice.BuilderVirtualGuestBlockDevice.Builder. fromVirtualGuestBlockDevice(VirtualGuestBlockDevice in)Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestBlockDevice Modifier and Type Method Description TVirtualGuest.Builder. blockDevices(List<VirtualGuestBlockDevice> blockDevices)Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestBlockDevice Constructor Description VirtualGuest(int accountId, Date createDate, String domain, String fullyQualifiedDomainName, String hostname, int id, Date lastVerifiedDate, int maxCpu, String maxCpuUnits, int maxMemory, Date metricPollDate, Date modifyDate, String notes, 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, List<VirtualGuestBlockDevice> blockDevices, boolean hourlyBillingFlag, boolean localDiskFlag, boolean dedicatedAccountHostOnlyFlag, boolean privateNetworkOnlyFlag, VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup, Set<VirtualGuestNetworkComponent> networkComponents, Set<TagReference> tagReferences, VirtualGuestNetworkComponent primaryNetworkComponent, VirtualGuestNetworkComponent primaryBackendNetworkComponent, String postInstallScriptUri, VirtualGuestAttribute virtualGuestAttribute, Set<SecuritySshKey> sshKeys) 
 -