Uses of Class
org.jclouds.softlayer.domain.VirtualGuest
Packages that use VirtualGuest
Package
Description
-
Uses of VirtualGuest in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions with parameters of type VirtualGuestModifier and TypeMethodDescriptionVirtualGuestToHardware.apply
(VirtualGuest from) VirtualGuestToImage.apply
(VirtualGuest from) VirtualGuestToNodeMetadata.apply
(VirtualGuest from) VirtualGuestToImage.getReferenceCodeOrId
(VirtualGuest from) -
Uses of VirtualGuest in org.jclouds.softlayer.compute.strategy
Methods in org.jclouds.softlayer.compute.strategy that return VirtualGuestMethods in org.jclouds.softlayer.compute.strategy that return types with arguments of type VirtualGuestModifier and TypeMethodDescriptionSoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) SoftLayerComputeServiceAdapter.listNodes()
SoftLayerComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) Methods in org.jclouds.softlayer.compute.strategy with parameters of type VirtualGuestModifier and TypeMethodDescriptionboolean
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent.apply
(VirtualGuest guest) -
Uses of VirtualGuest in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as VirtualGuestModifier and TypeFieldDescriptionprotected VirtualGuest
VirtualGuestBlockDevice.Builder.guest
protected VirtualGuest
ContainerVirtualGuestConfigurationOption.Builder.template
Methods in org.jclouds.softlayer.domain that return VirtualGuestModifier and TypeMethodDescriptionVirtualGuest.Builder.build()
ContainerVirtualGuestConfigurationOption.getTemplate()
VirtualGuestBlockDevice.getVirtualGuest()
Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuestModifier and TypeMethodDescriptionVirtualGuest.Builder.fromVirtualGuest
(VirtualGuest in) VirtualGuestBlockDevice.Builder.guest
(VirtualGuest guest) ContainerVirtualGuestConfigurationOption.Builder.template
(VirtualGuest template) Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuestModifierConstructorDescriptionContainerVirtualGuestConfigurationOption
(ProductItemPrice productItemPrice, VirtualGuest template) protected
VirtualGuestBlockDevice
(int id, String uuid, int statusId, String mountType, String mountMode, int bootableFlag, String device, VirtualDiskImage diskImage, VirtualGuest guest) -
Uses of VirtualGuest in org.jclouds.softlayer.features
Methods in org.jclouds.softlayer.features that return VirtualGuestModifier and TypeMethodDescriptionVirtualGuestApi.createVirtualGuest
(VirtualGuest virtualGuest) Enables the creation of computing instances on an account.VirtualGuestApi.getNotes
(long id) Get notes (visible in UI) Don't include it in default getObject mask as it can get quite big (up to 1000 chars).VirtualGuestApi.getVirtualGuest
(long id) VirtualGuestApi.getVirtualGuestFiltered
(long id, String filter) Returns aVirtualGuest
with only the fields listed in the filter string.Methods in org.jclouds.softlayer.features that return types with arguments of type VirtualGuestMethods in org.jclouds.softlayer.features with parameters of type VirtualGuestModifier and TypeMethodDescriptionVirtualGuestApi.createVirtualGuest
(VirtualGuest virtualGuest) Enables the creation of computing instances on an account.