Class Request


  • @ApiType("SoftLayer_Network_Security_Scanner_Request")
    public class Request
    extends Entity
    The SoftLayer_Network_Security_Scanner_Request data type represents a single vulnerability scan request. It provides information on when the scan was created, last updated, and the current status. The status messages are as follows:
    *Scan Pending
    *Scan Processing
    *Scan Complete
    *Scan Cancelled
    *Generating Report.
    See Also:
    SoftLayer_Network_Security_Scanner_Request
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The account associated with a security scan request.
      • guest

        @ApiProperty
        protected Guest guest
        The virtual guest a security scan is run against.
      • requestorOwnedFlag

        @ApiProperty
        protected Boolean requestorOwnedFlag
        Flag whether the requestor owns the hardware the scan was run on. This flag will return for hardware servers only, virtual servers will result in a null return even if you have a request out for them.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • guestIdSpecified

        protected boolean guestIdSpecified
      • hardwareIdSpecified

        protected boolean hardwareIdSpecified
      • hostIdSpecified

        protected boolean hostIdSpecified
      • idSpecified

        protected boolean idSpecified
      • ipAddressSpecified

        protected boolean ipAddressSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • statusIdSpecified

        protected boolean statusIdSpecified
    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getGuest

        public Guest getGuest()
      • setGuest

        public void setGuest​(Guest guest)
      • getHardware

        public Hardware getHardware()
      • setHardware

        public void setHardware​(Hardware hardware)
      • getRequestorOwnedFlag

        public Boolean getRequestorOwnedFlag()
      • setRequestorOwnedFlag

        public void setRequestorOwnedFlag​(Boolean requestorOwnedFlag)
      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getGuestId

        public Long getGuestId()
      • setGuestId

        public void setGuestId​(Long guestId)
      • isGuestIdSpecified

        public boolean isGuestIdSpecified()
      • unsetGuestId

        public void unsetGuestId()
      • getHardwareId

        public Long getHardwareId()
      • setHardwareId

        public void setHardwareId​(Long hardwareId)
      • isHardwareIdSpecified

        public boolean isHardwareIdSpecified()
      • unsetHardwareId

        public void unsetHardwareId()
      • getHostId

        public Long getHostId()
      • setHostId

        public void setHostId​(Long hostId)
      • isHostIdSpecified

        public boolean isHostIdSpecified()
      • unsetHostId

        public void unsetHostId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getIpAddress

        public String getIpAddress()
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • isIpAddressSpecified

        public boolean isIpAddressSpecified()
      • unsetIpAddress

        public void unsetIpAddress()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getStatusId

        public Long getStatusId()
      • setStatusId

        public void setStatusId​(Long statusId)
      • isStatusIdSpecified

        public boolean isStatusIdSpecified()
      • unsetStatusId

        public void unsetStatusId()