public static enum DiscoveryJob.DiscoveryType extends Enum<DiscoveryJob.DiscoveryType> implements BmcEnum
Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources.
Enum Constant and Description |
---|
Add |
AddWithRetry |
Refresh |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryJob.DiscoveryType |
create(String key) |
String |
getValue() |
static DiscoveryJob.DiscoveryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJob.DiscoveryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryJob.DiscoveryType Add
public static final DiscoveryJob.DiscoveryType AddWithRetry
public static final DiscoveryJob.DiscoveryType Refresh
public static final DiscoveryJob.DiscoveryType UnknownEnumValue
public static DiscoveryJob.DiscoveryType[] values()
for (DiscoveryJob.DiscoveryType c : DiscoveryJob.DiscoveryType.values()) System.out.println(c);
public static DiscoveryJob.DiscoveryType 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 DiscoveryJob.DiscoveryType create(String key)
Copyright © 2016–2024. All rights reserved.