Package com.oracle.bmc.database.model
Enum ResizeVmClusterNetworkDetails.Action
- java.lang.Object
-
- java.lang.Enum<ResizeVmClusterNetworkDetails.Action>
-
- com.oracle.bmc.database.model.ResizeVmClusterNetworkDetails.Action
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ResizeVmClusterNetworkDetails.Action>
- Enclosing class:
- ResizeVmClusterNetworkDetails
public static enum ResizeVmClusterNetworkDetails.Action extends Enum<ResizeVmClusterNetworkDetails.Action> implements BmcEnum
Actions that can be performed on the VM cluster network.ADD_DBSERVER_NETWORK - Provide Db server network details of network nodes to be added to the VM cluster network. REMOVE_DBSERVER_NETWORK - Provide Db server network details of network nodes to be removed from the VM cluster network.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AddDbserverNetwork
RemoveDbserverNetwork
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResizeVmClusterNetworkDetails.Action
create(String key)
String
getValue()
static ResizeVmClusterNetworkDetails.Action
valueOf(String name)
Returns the enum constant of this type with the specified name.static ResizeVmClusterNetworkDetails.Action[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AddDbserverNetwork
public static final ResizeVmClusterNetworkDetails.Action AddDbserverNetwork
-
RemoveDbserverNetwork
public static final ResizeVmClusterNetworkDetails.Action RemoveDbserverNetwork
-
-
Method Detail
-
values
public static ResizeVmClusterNetworkDetails.Action[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ResizeVmClusterNetworkDetails.Action c : ResizeVmClusterNetworkDetails.Action.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ResizeVmClusterNetworkDetails.Action valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ResizeVmClusterNetworkDetails.Action create(String key)
-
-