Uses of Class
io.fabric8.openshift.api.model.hive.azure.v1.OSImage
-
Packages that use OSImage Package Description io.fabric8.openshift.api.model.hive.azure.v1 -
-
Uses of OSImage in io.fabric8.openshift.api.model.hive.azure.v1
Methods in io.fabric8.openshift.api.model.hive.azure.v1 that return OSImage Modifier and Type Method Description OSImageOSImageBuilder. build()OSImageMachinePoolFluent. buildOsImage()OSImageMachinePool. getOsImage()MachinePool stores the configuration for a machine pool installed on Azure.Methods in io.fabric8.openshift.api.model.hive.azure.v1 with parameters of type OSImage Modifier and Type Method Description protected voidOSImageFluent. copyInstance(OSImage instance)MachinePoolFluent.OsImageNested<A>MachinePoolFluent. editOrNewOsImageLike(OSImage item)voidMachinePool. setOsImage(OSImage osImage)MachinePool stores the configuration for a machine pool installed on Azure.MachinePoolFluent.OsImageNested<A>MachinePoolFluent. withNewOsImageLike(OSImage item)AMachinePoolFluent. withOsImage(OSImage osImage)Constructors in io.fabric8.openshift.api.model.hive.azure.v1 with parameters of type OSImage Constructor Description MachinePool(String computeSubnet, String networkResourceGroupName, OSDisk osDisk, OSImage osImage, String type, String virtualNetwork, String vmNetworkingType, List<String> zones)OSImageBuilder(OSImage instance)OSImageBuilder(OSImageFluent<?> fluent, OSImage instance)OSImageFluent(OSImage instance)
-