Uses of Class
io.fabric8.openshift.api.model.installer.v1.DiskSwap
-
Packages that use DiskSwap Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of DiskSwap in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return DiskSwap Modifier and Type Method Description DiskSwapDiskSwapBuilder. build()DiskSwapDiskFluent. buildSwap()DiskSwapDisk. getSwap()Disk defines the type of disk (etcd, swap or user-defined) and the configuration of each disk type.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type DiskSwap Modifier and Type Method Description protected voidDiskSwapFluent. copyInstance(DiskSwap instance)DiskFluent.SwapNested<A>DiskFluent. editOrNewSwapLike(DiskSwap item)voidDisk. setSwap(DiskSwap swap)Disk defines the type of disk (etcd, swap or user-defined) and the configuration of each disk type.DiskFluent.SwapNested<A>DiskFluent. withNewSwapLike(DiskSwap item)ADiskFluent. withSwap(DiskSwap swap)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type DiskSwap Constructor Description Disk(DiskEtcd etcd, DiskSwap swap, String type, DiskUserDefined userDefined)DiskSwapBuilder(DiskSwap instance)DiskSwapBuilder(DiskSwapFluent<?> fluent, DiskSwap instance)DiskSwapFluent(DiskSwap instance)
-