Class IpAddress


  • @ApiType("SoftLayer_Network_Component_IpAddress")
    public class IpAddress
    extends Entity
    The SoftLayer_Network_Component_IpAddress data type contains general information relating to the binding of a single network component to a single SoftLayer IP address.
    See Also:
    SoftLayer_Network_Component_IpAddress
    • Field Detail

      • ipAddress

        @ApiProperty
        protected IpAddress ipAddress
        The IP address associated with this object's network component.
      • networkComponent

        @ApiProperty
        protected Component networkComponent
        The network component associated with this object's IP address.
    • Constructor Detail

      • IpAddress

        public IpAddress()
    • Method Detail

      • getIpAddress

        public IpAddress getIpAddress()
      • setIpAddress

        public void setIpAddress​(IpAddress ipAddress)
      • getNetworkComponent

        public Component getNetworkComponent()
      • setNetworkComponent

        public void setNetworkComponent​(Component networkComponent)