Uses of Class
org.jclouds.softlayer.domain.NetworkVlan
Packages that use NetworkVlan
-
Uses of NetworkVlan in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as NetworkVlanModifier and TypeFieldDescriptionprotected NetworkVlan
VirtualGuestNetworkComponent.Builder.networkVlan
Methods in org.jclouds.softlayer.domain that return NetworkVlanModifier and TypeMethodDescriptionNetworkVlan.Builder.build()
VirtualGuestNetworkComponent.getNetworkVlan()
Methods in org.jclouds.softlayer.domain with parameters of type NetworkVlanModifier and TypeMethodDescriptionNetworkVlan.Builder.fromNetworkVlan
(NetworkVlan in) VirtualGuestNetworkComponent.Builder.networkVlan
(NetworkVlan networkVlan) Constructors in org.jclouds.softlayer.domain with parameters of type NetworkVlanModifierConstructorDescriptionprotected
VirtualGuestNetworkComponent
(int id, String uuid, int guestId, int networkId, String macAddress, int maxSpeed, String name, int port, int speed, String status, NetworkVlan networkVlan)