@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum InfrastrcutureLayers extends Enum<InfrastrcutureLayers> implements BmcEnum
Infrastructure layers available to be governed under operator control - DOM0 - CellServer - CPS (Control Plane Server)
Enum Constant and Description |
---|
Cellserver |
Cps |
Dom0 |
Modifier and Type | Method and Description |
---|---|
static InfrastrcutureLayers |
create(String key) |
String |
getValue() |
static InfrastrcutureLayers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastrcutureLayers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfrastrcutureLayers Dom0
public static final InfrastrcutureLayers Cellserver
public static final InfrastrcutureLayers Cps
public static InfrastrcutureLayers[] values()
for (InfrastrcutureLayers c : InfrastrcutureLayers.values()) System.out.println(c);
public static InfrastrcutureLayers 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 InfrastrcutureLayers create(String key)
Copyright © 2016–2024. All rights reserved.