Uses of Class
io.fabric8.openshift.api.model.installer.v1.Disk
-
Packages that use Disk Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of Disk in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return Disk Modifier and Type Method Description DiskDiskBuilder. build()DiskMachinePoolFluent. buildDiskSetup(int index)DiskMachinePoolFluent. buildFirstDiskSetup()DiskMachinePoolFluent. buildLastDiskSetup()DiskMachinePoolFluent. buildMatchingDiskSetup(Predicate<DiskBuilder> predicate)Methods in io.fabric8.openshift.api.model.installer.v1 that return types with arguments of type Disk Modifier and Type Method Description List<Disk>MachinePoolFluent. buildDiskSetup()List<Disk>MachinePool. getDiskSetup()DiskSetup stores the type of disks that will be setup with MachineConfigs.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type Disk Modifier and Type Method Description MachinePoolFluent.DiskSetupNested<A>MachinePoolFluent. addNewDiskSetupLike(Disk item)AMachinePoolFluent. addToDiskSetup(int index, Disk item)AMachinePoolFluent. addToDiskSetup(Disk... items)protected voidDiskFluent. copyInstance(Disk instance)AMachinePoolFluent. removeFromDiskSetup(Disk... items)MachinePoolFluent.DiskSetupNested<A>MachinePoolFluent. setNewDiskSetupLike(int index, Disk item)AMachinePoolFluent. setToDiskSetup(int index, Disk item)AMachinePoolFluent. withDiskSetup(Disk... diskSetup)Method parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type Disk Modifier and Type Method Description AMachinePoolFluent. addAllToDiskSetup(Collection<Disk> items)AMachinePoolFluent. removeAllFromDiskSetup(Collection<Disk> items)voidMachinePool. setDiskSetup(List<Disk> diskSetup)DiskSetup stores the type of disks that will be setup with MachineConfigs.AMachinePoolFluent. withDiskSetup(List<Disk> diskSetup)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type Disk Constructor Description DiskBuilder(Disk instance)DiskBuilder(DiskFluent<?> fluent, Disk instance)DiskFluent(Disk instance)Constructor parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type Disk Constructor Description MachinePool(String architecture, List<Disk> diskSetup, Fencing fencing, String hyperthreading, String name, MachinePoolPlatform platform, Long replicas)
-