Class Command


  • @ApiType("SoftLayer_Hardware_Component_RemoteManagement_Command")
    public class Command
    extends Entity
    The SoftLayer_Network_Storage_Evault_Version6 contains the names of the remote management commands. Currently, only the reboot and power commands for the remote management card exist.
    See Also:
    SoftLayer_Hardware_Component_RemoteManagement_Command
    • Field Detail

      • keyNameSpecified

        protected boolean keyNameSpecified
      • requestCount

        @ApiProperty
        protected Long requestCount
        A count of all requests issued for the remote management command.
    • Constructor Detail

      • Command

        public Command()
    • Method Detail

      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getRequestCount

        public Long getRequestCount()
      • setRequestCount

        public void setRequestCount​(Long requestCount)