public static enum ListExadataInfrastructuresRequest.ExcludedFields extends Enum<ListExadataInfrastructuresRequest.ExcludedFields> implements BmcEnum
If provided, the specified fields will be excluded in the response.
Enum Constant and Description |
---|
MultiRackConfigurationFile |
Modifier and Type | Method and Description |
---|---|
static ListExadataInfrastructuresRequest.ExcludedFields |
create(String key) |
String |
getValue() |
static ListExadataInfrastructuresRequest.ExcludedFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListExadataInfrastructuresRequest.ExcludedFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListExadataInfrastructuresRequest.ExcludedFields MultiRackConfigurationFile
public static ListExadataInfrastructuresRequest.ExcludedFields[] values()
for (ListExadataInfrastructuresRequest.ExcludedFields c : ListExadataInfrastructuresRequest.ExcludedFields.values()) System.out.println(c);
public static ListExadataInfrastructuresRequest.ExcludedFields 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 ListExadataInfrastructuresRequest.ExcludedFields create(String key)
Copyright © 2016–2023. All rights reserved.