Uses of Class
org.jclouds.softlayer.domain.VirtualGuestNetworkComponent
-
Packages that use VirtualGuestNetworkComponent Package Description org.jclouds.softlayer.domain -
-
Uses of VirtualGuestNetworkComponent in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as VirtualGuestNetworkComponent Modifier and Type Field Description protected VirtualGuestNetworkComponent
VirtualGuest.Builder. primaryBackendNetworkComponent
protected VirtualGuestNetworkComponent
VirtualGuest.Builder. primaryNetworkComponent
Fields in org.jclouds.softlayer.domain with type parameters of type VirtualGuestNetworkComponent Modifier and Type Field Description protected Set<VirtualGuestNetworkComponent>
VirtualGuest.Builder. networkComponents
Methods in org.jclouds.softlayer.domain that return VirtualGuestNetworkComponent Modifier and Type Method Description VirtualGuestNetworkComponent
VirtualGuestNetworkComponent.Builder. build()
VirtualGuestNetworkComponent
VirtualGuest. getPrimaryBackendNetworkComponent()
VirtualGuestNetworkComponent
VirtualGuest. getPrimaryNetworkComponent()
Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualGuestNetworkComponent Modifier and Type Method Description Set<VirtualGuestNetworkComponent>
VirtualGuest. getVirtualGuestNetworkComponents()
Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuestNetworkComponent Modifier and Type Method Description VirtualGuestNetworkComponent.Builder
VirtualGuestNetworkComponent.Builder. fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
T
VirtualGuest.Builder. networkComponents(VirtualGuestNetworkComponent... in)
T
VirtualGuest.Builder. primaryBackendNetworkComponent(VirtualGuestNetworkComponent primaryBackendNetworkComponent)
T
VirtualGuest.Builder. primaryNetworkComponent(VirtualGuestNetworkComponent primaryNetworkComponent)
Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestNetworkComponent Modifier and Type Method Description T
VirtualGuest.Builder. networkComponents(Set<VirtualGuestNetworkComponent> networkComponents)
Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuestNetworkComponent 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)
Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestNetworkComponent 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)
-