Uses of Class
io.fabric8.openshift.api.model.hive.ibmcloud.v1.BootVolume
-
Packages that use BootVolume Package Description io.fabric8.openshift.api.model.hive.ibmcloud.v1 -
-
Uses of BootVolume in io.fabric8.openshift.api.model.hive.ibmcloud.v1
Methods in io.fabric8.openshift.api.model.hive.ibmcloud.v1 that return BootVolume Modifier and Type Method Description BootVolumeBootVolumeBuilder. build()BootVolumeMachinePoolFluent. buildBootVolume()BootVolumeMachinePool. getBootVolume()MachinePool stores the configuration for a machine pool installed on IBM Cloud.Methods in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with parameters of type BootVolume Modifier and Type Method Description protected voidBootVolumeFluent. copyInstance(BootVolume instance)MachinePoolFluent.BootVolumeNested<A>MachinePoolFluent. editOrNewBootVolumeLike(BootVolume item)voidMachinePool. setBootVolume(BootVolume bootVolume)MachinePool stores the configuration for a machine pool installed on IBM Cloud.AMachinePoolFluent. withBootVolume(BootVolume bootVolume)MachinePoolFluent.BootVolumeNested<A>MachinePoolFluent. withNewBootVolumeLike(BootVolume item)Constructors in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with parameters of type BootVolume Constructor Description BootVolumeBuilder(BootVolume instance)BootVolumeBuilder(BootVolumeFluent<?> fluent, BootVolume instance)BootVolumeFluent(BootVolume instance)MachinePool(BootVolume bootVolume, List<DedicatedHost> dedicatedHosts, String type, List<String> zones)
-