Uses of Class
com.oracle.bmc.database.model.ResizeVmClusterNetworkDetails.Action
-
Packages that use ResizeVmClusterNetworkDetails.Action Package Description com.oracle.bmc.database.model -
-
Uses of ResizeVmClusterNetworkDetails.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ResizeVmClusterNetworkDetails.Action Modifier and Type Method Description static ResizeVmClusterNetworkDetails.ActionResizeVmClusterNetworkDetails.Action. create(String key)ResizeVmClusterNetworkDetails.ActionResizeVmClusterNetworkDetails. getAction()Actions that can be performed on the VM cluster network.static ResizeVmClusterNetworkDetails.ActionResizeVmClusterNetworkDetails.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ResizeVmClusterNetworkDetails.Action[]ResizeVmClusterNetworkDetails.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ResizeVmClusterNetworkDetails.Action Modifier and Type Method Description ResizeVmClusterNetworkDetails.BuilderResizeVmClusterNetworkDetails.Builder. action(ResizeVmClusterNetworkDetails.Action action)Actions that can be performed on the VM cluster network.Constructors in com.oracle.bmc.database.model with parameters of type ResizeVmClusterNetworkDetails.Action Constructor Description ResizeVmClusterNetworkDetails(ResizeVmClusterNetworkDetails.Action action, List<VmNetworkDetails> vmNetworks)Deprecated.
-