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

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

      • Hardware

        public Hardware()
    • Method Detail

      • getHardware

        public Hardware getHardware()
      • setHardware

        public void setHardware​(Hardware hardware)
      • getNetworkComponent

        public Component getNetworkComponent()
      • setNetworkComponent

        public void setNetworkComponent​(Component networkComponent)