Class Network

    • Field Detail

      • 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 Detail

      • Network

        public Network()
    • Method Detail

      • 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()