public class NessusScanSettingsUpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| NessusScanSettingsUpdateRequest(String name,
                               String description,
                               String emails,
                               boolean enabled,
                               String launch,
                               String folderId,
                               String policyId,
                               String scannerId,
                               String startTime,
                               String textTargets,
                               String fileTargets,
                               String rRules,
                               boolean useDashboard,
                               List<String> acls,
                               String timezone) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getAcls()Get the ACLS. | 
| String | getDescription()Get the scan description. | 
| String | getEmails()Get the emails. | 
| String | getFileTargets()Get the file targets. | 
| String | getFolderId()Get the folder ID. | 
| String | getLaunch()Get the launch. | 
| String | getName()Get the scan name. | 
| String | getPolicyId()Get the policy ID. | 
| String | getRrules()Get the schedule rules. | 
| String | getScannerId()Get the scanner ID. | 
| String | getStartTime()Get the start time. | 
| String | getTextTargets()Get the text targets. | 
| String | getTimezone()Get the timezone. | 
| boolean | isEnabled()Get whether the scan is enabled. | 
| boolean | isUseDashboard()Get whether is use dashboard. | 
public NessusScanSettingsUpdateRequest(String name, String description, String emails, boolean enabled, String launch, String folderId, String policyId, String scannerId, String startTime, String textTargets, String fileTargets, String rRules, boolean useDashboard, List<String> acls, String timezone)
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.