public static enum GiFleetDiscoveryFilter.Type extends Enum<GiFleetDiscoveryFilter.Type> implements BmcEnum
Type of filters supported for GI targets discovery.
Enum Constant and Description |
---|
CompartmentId |
DefinedTag |
FreeformTag |
ResourceId |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Version |
Modifier and Type | Method and Description |
---|---|
static GiFleetDiscoveryFilter.Type |
create(String key) |
String |
getValue() |
static GiFleetDiscoveryFilter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GiFleetDiscoveryFilter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GiFleetDiscoveryFilter.Type CompartmentId
public static final GiFleetDiscoveryFilter.Type Version
public static final GiFleetDiscoveryFilter.Type FreeformTag
public static final GiFleetDiscoveryFilter.Type DefinedTag
public static final GiFleetDiscoveryFilter.Type ResourceId
public static final GiFleetDiscoveryFilter.Type UnknownEnumValue
public static GiFleetDiscoveryFilter.Type[] values()
for (GiFleetDiscoveryFilter.Type c : GiFleetDiscoveryFilter.Type.values()) System.out.println(c);
public static GiFleetDiscoveryFilter.Type 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 GiFleetDiscoveryFilter.Type create(String key)
Copyright © 2016–2025. All rights reserved.