Uses of Class
com.oracle.bmc.containerengine.model.ClusterPodNetworkOptionDetails.CniType
-
Packages that use ClusterPodNetworkOptionDetails.CniType Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterPodNetworkOptionDetails.CniType in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterPodNetworkOptionDetails.CniType Modifier and Type Method Description static ClusterPodNetworkOptionDetails.CniType
ClusterPodNetworkOptionDetails.CniType. create(String key)
static ClusterPodNetworkOptionDetails.CniType
ClusterPodNetworkOptionDetails.CniType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterPodNetworkOptionDetails.CniType[]
ClusterPodNetworkOptionDetails.CniType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-