Uses of Class
io.fabric8.openshift.api.model.installer.vsphere.v1.MachinePool
-
Packages that use MachinePool Package Description io.fabric8.openshift.api.model.installer.v1 io.fabric8.openshift.api.model.installer.vsphere.v1 -
-
Uses of MachinePool in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return MachinePool Modifier and Type Method Description MachinePoolMachinePoolPlatformFluent. buildVsphere()MachinePoolMachinePoolPlatform. getVsphere()MachinePoolPlatform is the platform-specific configuration for a machine pool.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Modifier and Type Method Description MachinePoolPlatformFluent.VsphereNested<A>MachinePoolPlatformFluent. editOrNewVsphereLike(MachinePool item)voidMachinePoolPlatform. setVsphere(MachinePool vsphere)MachinePoolPlatform is the platform-specific configuration for a machine pool.MachinePoolPlatformFluent.VsphereNested<A>MachinePoolPlatformFluent. withNewVsphereLike(MachinePool item)AMachinePoolPlatformFluent. withVsphere(MachinePool vsphere)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Constructor Description MachinePoolPlatform(MachinePool aws, MachinePool azure, MachinePool baremetal, MachinePool gcp, MachinePool ibmcloud, MachinePool nutanix, MachinePool openstack, MachinePool ovirt, MachinePool powervs, MachinePool vsphere) -
Uses of MachinePool in io.fabric8.openshift.api.model.installer.vsphere.v1
Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return MachinePool Modifier and Type Method Description MachinePoolMachinePoolBuilder. build()MachinePoolPlatformFluent. buildDefaultMachinePlatform()MachinePoolPlatform. getDefaultMachinePlatform()Platform stores any global configuration used for vsphere platforms.Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type MachinePool Modifier and Type Method Description protected voidMachinePoolFluent. copyInstance(MachinePool instance)PlatformFluent.DefaultMachinePlatformNested<A>PlatformFluent. editOrNewDefaultMachinePlatformLike(MachinePool item)voidPlatform. setDefaultMachinePlatform(MachinePool defaultMachinePlatform)Platform stores any global configuration used for vsphere platforms.APlatformFluent. withDefaultMachinePlatform(MachinePool defaultMachinePlatform)PlatformFluent.DefaultMachinePlatformNested<A>PlatformFluent. withNewDefaultMachinePlatformLike(MachinePool item)Constructors in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type MachinePool Constructor Description MachinePoolBuilder(MachinePool instance)MachinePoolBuilder(MachinePoolFluent<?> fluent, MachinePool instance)MachinePoolFluent(MachinePool instance)Platform(String apiVIP, List<String> apiVIPs, String cluster, String clusterOSImage, String datacenter, String defaultDatastore, MachinePool defaultMachinePlatform, String diskType, List<FailureDomain> failureDomains, String folder, List<Host> hosts, String ingressVIP, List<String> ingressVIPs, io.fabric8.openshift.api.model.config.v1.VSpherePlatformLoadBalancer loadBalancer, String network, io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworking nodeNetworking, String password, String resourcePool, String username, String vCenter, List<VCenter> vcenters)
-