@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum ResourceTypes extends Enum<ResourceTypes> implements BmcEnum
Resource types available to be governed under operator control
Enum Constant and Description |
---|
Autonomousvmcluster |
Cccinfrastructure |
Cloudautonomousvmcluster |
Exacc |
Exadatainfrastructure |
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 ResourceTypes |
create(String key) |
String |
getValue() |
static ResourceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceTypes Exacc
public static final ResourceTypes Exadatainfrastructure
public static final ResourceTypes Autonomousvmcluster
public static final ResourceTypes Cloudautonomousvmcluster
public static final ResourceTypes Cccinfrastructure
public static final ResourceTypes UnknownEnumValue
public static ResourceTypes[] values()
for (ResourceTypes c : ResourceTypes.values()) System.out.println(c);
public static ResourceTypes 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 ResourceTypes create(String key)
Copyright © 2016–2024. All rights reserved.