Class Router

Direct Known Subclasses:
Backend, Frontend

@ApiType("SoftLayer_Hardware_Router")
public class Router
extends Switch
The SoftLayer_Hardware_Router data type contains general information relating to a single SoftLayer router.
See Also:
SoftLayer_Hardware_Router
  • Field Details

    • boundSubnets

      @ApiProperty protected List<Subnet> boundSubnets
      Associated subnets for a router object.
    • localDiskStorageCapabilityFlag

      @ApiProperty protected Boolean localDiskStorageCapabilityFlag
      A flag indicating that a VLAN on the router can be assigned to a host that has local disk functionality.
    • sanStorageCapabilityFlag

      @ApiProperty protected Boolean sanStorageCapabilityFlag
      A flag indicating that a VLAN on the router can be assigned to a host that has SAN disk functionality.
    • boundSubnetCount

      @ApiProperty protected Long boundSubnetCount
      A count of associated subnets for a router object.
  • Constructor Details

    • Router

      public Router()
  • Method Details

    • getBoundSubnets

      public List<Subnet> getBoundSubnets()
    • getLocalDiskStorageCapabilityFlag

      public Boolean getLocalDiskStorageCapabilityFlag()
    • setLocalDiskStorageCapabilityFlag

      public void setLocalDiskStorageCapabilityFlag​(Boolean localDiskStorageCapabilityFlag)
    • getSanStorageCapabilityFlag

      public Boolean getSanStorageCapabilityFlag()
    • setSanStorageCapabilityFlag

      public void setSanStorageCapabilityFlag​(Boolean sanStorageCapabilityFlag)
    • getBoundSubnetCount

      public Long getBoundSubnetCount()
    • setBoundSubnetCount

      public void setBoundSubnetCount​(Long boundSubnetCount)
    • asService

      public Router.Service asService​(ApiClient client)
      Overrides:
      asService in class Hardware
    • service

      public static Router.Service service​(ApiClient client)
    • service

      public static Router.Service service​(ApiClient client, Long id)
    • service

      public static Router.Service service​(ApiClient client, String globalIdentifier)