Uses of Class
com.oracle.bmc.cloudmigrations.model.RngSource
-
Packages that use RngSource Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of RngSource in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return RngSource Modifier and Type Method Description static RngSourceRngSource. create(String key)static RngSourceRngSource. valueOf(String name)Returns the enum constant of this type with the specified name.static RngSource[]RngSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type RngSource Modifier and Type Method Description List<RngSource>OlvmClusterProperties. getRequiredRngSources()Set of random number generator (RNG) sources required from each host in the cluster.List<RngSource>OlvmHardwareInformation. getSupportedRngSources()Supported sources of random number generator.Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type RngSource Modifier and Type Method Description OlvmClusterProperties.BuilderOlvmClusterProperties.Builder. requiredRngSources(List<RngSource> requiredRngSources)Set of random number generator (RNG) sources required from each host in the cluster.OlvmHardwareInformation.BuilderOlvmHardwareInformation.Builder. supportedRngSources(List<RngSource> supportedRngSources)Supported sources of random number generator.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type RngSource Constructor Description OlvmHardwareInformation(String family, String manufacturer, String productName, String serialNumber, List<RngSource> supportedRngSources, String uuid, String version)Deprecated.
-