Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmSelinux.SeLinuxMode
-
Packages that use OlvmSelinux.SeLinuxMode Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmSelinux.SeLinuxMode in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmSelinux.SeLinuxMode Modifier and Type Method Description static OlvmSelinux.SeLinuxModeOlvmSelinux.SeLinuxMode. create(String key)OlvmSelinux.SeLinuxModeOlvmSelinux. getSeLinuxMode()Represents an SELinux enforcement mode.static OlvmSelinux.SeLinuxModeOlvmSelinux.SeLinuxMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmSelinux.SeLinuxMode[]OlvmSelinux.SeLinuxMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmSelinux.SeLinuxMode Modifier and Type Method Description OlvmSelinux.BuilderOlvmSelinux.Builder. seLinuxMode(OlvmSelinux.SeLinuxMode seLinuxMode)Represents an SELinux enforcement mode.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmSelinux.SeLinuxMode Constructor Description OlvmSelinux(OlvmSelinux.SeLinuxMode seLinuxMode)Deprecated.
-