Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.TrustedLaunch
-
Packages that use TrustedLaunch Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of TrustedLaunch in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return TrustedLaunch Modifier and Type Method Description TrustedLaunchTrustedLaunchBuilder. build()TrustedLaunchSecuritySettingsFluent. buildTrustedLaunch()TrustedLaunchSecuritySettings. getTrustedLaunch()SecuritySettings define the security type and the UEFI settings of the virtual machine.Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type TrustedLaunch Modifier and Type Method Description protected voidTrustedLaunchFluent. copyInstance(TrustedLaunch instance)SecuritySettingsFluent.TrustedLaunchNested<A>SecuritySettingsFluent. editOrNewTrustedLaunchLike(TrustedLaunch item)voidSecuritySettings. setTrustedLaunch(TrustedLaunch trustedLaunch)SecuritySettings define the security type and the UEFI settings of the virtual machine.SecuritySettingsFluent.TrustedLaunchNested<A>SecuritySettingsFluent. withNewTrustedLaunchLike(TrustedLaunch item)ASecuritySettingsFluent. withTrustedLaunch(TrustedLaunch trustedLaunch)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type TrustedLaunch Constructor Description SecuritySettings(ConfidentialVM confidentialVM, String securityType, TrustedLaunch trustedLaunch)TrustedLaunchBuilder(TrustedLaunch instance)TrustedLaunchBuilder(TrustedLaunchFluent<?> fluent, TrustedLaunch instance)TrustedLaunchFluent(TrustedLaunch instance)
-