Uses of Class
io.fabric8.openshift.api.model.hive.openstack.v1.RootVolume
-
Packages that use RootVolume Package Description io.fabric8.openshift.api.model.hive.openstack.v1 -
-
Uses of RootVolume in io.fabric8.openshift.api.model.hive.openstack.v1
Methods in io.fabric8.openshift.api.model.hive.openstack.v1 that return RootVolume Modifier and Type Method Description RootVolumeRootVolumeBuilder. build()RootVolumeMachinePoolFluent. buildRootVolume()RootVolumeMachinePool. getRootVolume()MachinePool stores the configuration for a machine pool installed on OpenStack.Methods in io.fabric8.openshift.api.model.hive.openstack.v1 with parameters of type RootVolume Modifier and Type Method Description protected voidRootVolumeFluent. copyInstance(RootVolume instance)MachinePoolFluent.RootVolumeNested<A>MachinePoolFluent. editOrNewRootVolumeLike(RootVolume item)voidMachinePool. setRootVolume(RootVolume rootVolume)MachinePool stores the configuration for a machine pool installed on OpenStack.MachinePoolFluent.RootVolumeNested<A>MachinePoolFluent. withNewRootVolumeLike(RootVolume item)AMachinePoolFluent. withRootVolume(RootVolume rootVolume)Constructors in io.fabric8.openshift.api.model.hive.openstack.v1 with parameters of type RootVolume Constructor Description MachinePool(String flavor, RootVolume rootVolume)RootVolumeBuilder(RootVolume instance)RootVolumeBuilder(RootVolumeFluent<?> fluent, RootVolume instance)RootVolumeFluent(RootVolume instance)
-