@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public enum HostPortScanResultSortBy extends Enum<HostPortScanResultSortBy> implements BmcEnum
Sort by field for Host Port Scans.
Enum Constant and Description |
---|
HighestProblemSeverity |
OpenPortCount |
TimeCompleted |
TimeFinished |
TimeStarted |
Modifier and Type | Method and Description |
---|---|
static HostPortScanResultSortBy |
create(String key) |
String |
getValue() |
static HostPortScanResultSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostPortScanResultSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostPortScanResultSortBy TimeStarted
public static final HostPortScanResultSortBy TimeFinished
public static final HostPortScanResultSortBy OpenPortCount
public static final HostPortScanResultSortBy HighestProblemSeverity
public static final HostPortScanResultSortBy TimeCompleted
public static HostPortScanResultSortBy[] values()
for (HostPortScanResultSortBy c : HostPortScanResultSortBy.values()) System.out.println(c);
public static HostPortScanResultSortBy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static HostPortScanResultSortBy create(String key)
Copyright © 2016–2024. All rights reserved.