java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.component.uplink.Hardware

@ApiType("SoftLayer_Network_Component_Uplink_Hardware")
public class Hardware
extends Entity
The SoftLayer_Network_Component_Uplink_Hardware data type abstracts information related to network connections between SoftLayer hardware and SoftLayer network components.

It is populated via triggers on the network_connection table (SoftLayer_Network_Connection), so you shouldn't have to delete or insert records into this table, ever.

See Also:
SoftLayer_Network_Component_Uplink_Hardware
  • Field Details

    • hardware

      @ApiProperty protected Hardware hardware
      A network component uplink's connected [[SoftLayer_Hardware|Hardware]].
    • networkComponent

      @ApiProperty protected Component networkComponent
      The [[SoftLayer_Network_Component|Network Component]] that a uplink connection belongs to..
  • Constructor Details

    • Hardware

      public Hardware()
  • Method Details

    • getHardware

      public Hardware getHardware()
    • setHardware

      public void setHardware​(Hardware hardware)
    • getNetworkComponent

      public Component getNetworkComponent()
    • setNetworkComponent

      public void setNetworkComponent​(Component networkComponent)