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

@ApiType("SoftLayer_Container_Product_Order_Network")
public class Network
extends Entity
This type contains the structure of network-related objects that may be specified when ordering services.
See Also:
SoftLayer_Container_Product_Order_Network
  • Field Details

    • network

      @ApiProperty(canBeNullOrNotSet=true) protected Network network
      The [[SoftLayer_Network]] object.
    • networkSpecified

      protected boolean networkSpecified
    • publicVlans

      @ApiProperty(canBeNullOrNotSet=true) protected List<Order> publicVlans
      The list of public [[SoftLayer_Container_Product_Order_Network_Vlan|vlans]] available for ordering. Each VLAN will have list of public subnets that are accessible to the VLAN.
    • publicVlansSpecified

      protected boolean publicVlansSpecified
    • subnets

      @ApiProperty(canBeNullOrNotSet=true) protected List<Order> subnets
      The list of private [[SoftLayer_Container_Product_Order_Network_Subnet|subnets]] available for ordering with a description of their available IP space.
    • subnetsSpecified

      protected boolean subnetsSpecified
  • Constructor Details

    • Network

      public Network()
  • Method Details

    • getNetwork

      public Network getNetwork()
    • setNetwork

      public void setNetwork​(Network network)
    • isNetworkSpecified

      public boolean isNetworkSpecified()
    • unsetNetwork

      public void unsetNetwork()
    • getPublicVlans

      public List<Order> getPublicVlans()
    • isPublicVlansSpecified

      public boolean isPublicVlansSpecified()
    • unsetPublicVlans

      public void unsetPublicVlans()
    • getSubnets

      public List<Order> getSubnets()
    • isSubnetsSpecified

      public boolean isSubnetsSpecified()
    • unsetSubnets

      public void unsetSubnets()