Uses of Class
org.jclouds.softlayer.domain.VirtualGuestNetworkComponent
Packages that use VirtualGuestNetworkComponent
-
Uses of VirtualGuestNetworkComponent in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as VirtualGuestNetworkComponentModifier and TypeFieldDescriptionprotected VirtualGuestNetworkComponent
VirtualGuest.Builder.primaryBackendNetworkComponent
protected VirtualGuestNetworkComponent
VirtualGuest.Builder.primaryNetworkComponent
Fields in org.jclouds.softlayer.domain with type parameters of type VirtualGuestNetworkComponentModifier and TypeFieldDescriptionprotected Set
<VirtualGuestNetworkComponent> VirtualGuest.Builder.networkComponents
Methods in org.jclouds.softlayer.domain that return VirtualGuestNetworkComponentModifier and TypeMethodDescriptionVirtualGuestNetworkComponent.Builder.build()
VirtualGuest.getPrimaryBackendNetworkComponent()
VirtualGuest.getPrimaryNetworkComponent()
Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualGuestNetworkComponentMethods in org.jclouds.softlayer.domain with parameters of type VirtualGuestNetworkComponentModifier and TypeMethodDescriptionVirtualGuestNetworkComponent.Builder.fromVirtualGuestNetworkComponent
(VirtualGuestNetworkComponent in) VirtualGuest.Builder.networkComponents
(VirtualGuestNetworkComponent... in) VirtualGuest.Builder.primaryBackendNetworkComponent
(VirtualGuestNetworkComponent primaryBackendNetworkComponent) VirtualGuest.Builder.primaryNetworkComponent
(VirtualGuestNetworkComponent primaryNetworkComponent) Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuestNetworkComponentModifier and TypeMethodDescriptionVirtualGuest.Builder.networkComponents
(Set<VirtualGuestNetworkComponent> networkComponents) Constructors in org.jclouds.softlayer.domain with parameters of type VirtualGuestNetworkComponentModifierConstructorDescriptionprotected
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 VirtualGuestNetworkComponentModifierConstructorDescriptionprotected
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)