Uses of Class
com.oracle.bmc.core.model.LicensingConfig.Builder
-
Packages that use LicensingConfig.Builder Package Description com.oracle.bmc.core.model -
-
Uses of LicensingConfig.Builder in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LicensingConfig.Builder Modifier and Type Method Description static LicensingConfig.Builder
LicensingConfig. builder()
Create a new builder.LicensingConfig.Builder
LicensingConfig.Builder. copy(LicensingConfig model)
LicensingConfig.Builder
LicensingConfig.Builder. licenseType(LicensingConfig.LicenseType licenseType)
License Type for the OS license.LicensingConfig.Builder
LicensingConfig.Builder. osVersion(String osVersion)
The Operating System version of the license config.LicensingConfig.Builder
LicensingConfig. toBuilder()
LicensingConfig.Builder
LicensingConfig.Builder. type(LicensingConfig.Type type)
Operating System type of the Configuration.
-