public static enum CreateDiscoveryJobDetails.DiscoveryType extends Enum<CreateDiscoveryJobDetails.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 |
Modifier and Type | Method and Description |
---|---|
static CreateDiscoveryJobDetails.DiscoveryType |
create(String key) |
String |
getValue() |
static CreateDiscoveryJobDetails.DiscoveryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateDiscoveryJobDetails.DiscoveryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateDiscoveryJobDetails.DiscoveryType Add
public static final CreateDiscoveryJobDetails.DiscoveryType AddWithRetry
public static final CreateDiscoveryJobDetails.DiscoveryType Refresh
public static CreateDiscoveryJobDetails.DiscoveryType[] values()
for (CreateDiscoveryJobDetails.DiscoveryType c : CreateDiscoveryJobDetails.DiscoveryType.values()) System.out.println(c);
public static CreateDiscoveryJobDetails.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 CreateDiscoveryJobDetails.DiscoveryType create(String key)
Copyright © 2016–2025. All rights reserved.