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

Packages that use TagReference
org.jclouds.softlayer.domain   
 

Uses of TagReference in org.jclouds.softlayer.domain
 

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

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

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

Methods in org.jclouds.softlayer.domain with parameters of type TagReference
 TagReference.Builder TagReference.Builder.fromTagReference(TagReference in)
           
 T VirtualGuest.Builder.tagReferences(TagReference... in)
           
 

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

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