Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.DataDisk
-
Packages that use DataDisk Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of DataDisk in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return DataDisk Modifier and Type Method Description DataDiskDataDiskBuilder. build()DataDiskAzureMachineProviderSpecFluent. buildDataDisk(int index)DataDiskAzureMachineProviderSpecFluent. buildFirstDataDisk()DataDiskAzureMachineProviderSpecFluent. buildLastDataDisk()DataDiskAzureMachineProviderSpecFluent. buildMatchingDataDisk(Predicate<DataDiskBuilder> predicate)Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return types with arguments of type DataDisk Modifier and Type Method Description List<DataDisk>AzureMachineProviderSpecFluent. buildDataDisks()List<DataDisk>AzureMachineProviderSpec. getDataDisks()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type DataDisk Modifier and Type Method Description AzureMachineProviderSpecFluent.DataDisksNested<A>AzureMachineProviderSpecFluent. addNewDataDiskLike(DataDisk item)AAzureMachineProviderSpecFluent. addToDataDisks(int index, DataDisk item)AAzureMachineProviderSpecFluent. addToDataDisks(DataDisk... items)protected voidDataDiskFluent. copyInstance(DataDisk instance)AAzureMachineProviderSpecFluent. removeFromDataDisks(DataDisk... items)AzureMachineProviderSpecFluent.DataDisksNested<A>AzureMachineProviderSpecFluent. setNewDataDiskLike(int index, DataDisk item)AAzureMachineProviderSpecFluent. setToDataDisks(int index, DataDisk item)AAzureMachineProviderSpecFluent. withDataDisks(DataDisk... dataDisks)Method parameters in io.fabric8.openshift.api.model.machine.v1beta1 with type arguments of type DataDisk Modifier and Type Method Description AAzureMachineProviderSpecFluent. addAllToDataDisks(Collection<DataDisk> items)AAzureMachineProviderSpecFluent. removeAllFromDataDisks(Collection<DataDisk> items)voidAzureMachineProviderSpec. setDataDisks(List<DataDisk> dataDisks)AAzureMachineProviderSpecFluent. withDataDisks(List<DataDisk> dataDisks)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type DataDisk Constructor Description DataDiskBuilder(DataDisk instance)DataDiskBuilder(DataDiskFluent<?> fluent, DataDisk instance)DataDiskFluent(DataDisk instance)
-