java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.network.Vlans

@ApiType("SoftLayer_Container_Product_Order_Network_Vlans")
public class Vlans
extends Entity
This class contains the collections of public and private VLANs that are available during the ordering process.
See Also:
SoftLayer_Container_Product_Order_Network_Vlans
  • Field Details

    • privateVlans

      @ApiProperty(canBeNullOrNotSet=true) protected List<Order> privateVlans
      The collection of private vlans available during ordering.
    • privateVlansSpecified

      protected boolean privateVlansSpecified
    • publicVlans

      @ApiProperty(canBeNullOrNotSet=true) protected List<Order> publicVlans
      The collection of public vlans available during ordering.
    • publicVlansSpecified

      protected boolean publicVlansSpecified
  • Constructor Details

    • Vlans

      public Vlans()
  • Method Details

    • getPrivateVlans

      public List<Order> getPrivateVlans()
    • isPrivateVlansSpecified

      public boolean isPrivateVlansSpecified()
    • unsetPrivateVlans

      public void unsetPrivateVlans()
    • getPublicVlans

      public List<Order> getPublicVlans()
    • isPublicVlansSpecified

      public boolean isPublicVlansSpecified()
    • unsetPublicVlans

      public void unsetPublicVlans()