Uses of Class
io.fabric8.openshift.api.model.installer.vsphere.v1.Host
-
Packages that use Host Package Description io.fabric8.openshift.api.model.installer.vsphere.v1 -
-
Uses of Host in io.fabric8.openshift.api.model.installer.vsphere.v1
Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return Host Modifier and Type Method Description HostHostBuilder. build()HostPlatformFluent. buildFirstHost()HostPlatformFluent. buildHost(int index)HostPlatformFluent. buildLastHost()HostPlatformFluent. buildMatchingHost(Predicate<HostBuilder> predicate)Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return types with arguments of type Host Modifier and Type Method Description List<Host>PlatformFluent. buildHosts()List<Host>Platform. getHosts()Hosts defines network configurations to be applied by the installer.Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type Host Modifier and Type Method Description PlatformFluent.HostsNested<A>PlatformFluent. addNewHostLike(Host item)APlatformFluent. addToHosts(int index, Host item)APlatformFluent. addToHosts(Host... items)protected voidHostFluent. copyInstance(Host instance)APlatformFluent. removeFromHosts(Host... items)PlatformFluent.HostsNested<A>PlatformFluent. setNewHostLike(int index, Host item)APlatformFluent. setToHosts(int index, Host item)APlatformFluent. withHosts(Host... hosts)Method parameters in io.fabric8.openshift.api.model.installer.vsphere.v1 with type arguments of type Host Modifier and Type Method Description APlatformFluent. addAllToHosts(Collection<Host> items)APlatformFluent. removeAllFromHosts(Collection<Host> items)voidPlatform. setHosts(List<Host> hosts)Hosts defines network configurations to be applied by the installer.APlatformFluent. withHosts(List<Host> hosts)Constructors in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type Host Constructor Description HostBuilder(Host instance)HostBuilder(HostFluent<?> fluent, Host instance)HostFluent(Host instance)
-