Uses of Class
io.fabric8.openshift.api.model.hive.ibmcloud.v1.DedicatedHost
-
Packages that use DedicatedHost Package Description io.fabric8.openshift.api.model.hive.ibmcloud.v1 -
-
Uses of DedicatedHost in io.fabric8.openshift.api.model.hive.ibmcloud.v1
Methods in io.fabric8.openshift.api.model.hive.ibmcloud.v1 that return DedicatedHost Modifier and Type Method Description DedicatedHostDedicatedHostBuilder. build()DedicatedHostMachinePoolFluent. buildDedicatedHost(int index)DedicatedHostMachinePoolFluent. buildFirstDedicatedHost()DedicatedHostMachinePoolFluent. buildLastDedicatedHost()DedicatedHostMachinePoolFluent. buildMatchingDedicatedHost(Predicate<DedicatedHostBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.ibmcloud.v1 that return types with arguments of type DedicatedHost Modifier and Type Method Description List<DedicatedHost>MachinePoolFluent. buildDedicatedHosts()List<DedicatedHost>MachinePool. getDedicatedHosts()DedicatedHosts is the configuration for the machine's dedicated host and profile.Methods in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with parameters of type DedicatedHost Modifier and Type Method Description MachinePoolFluent.DedicatedHostsNested<A>MachinePoolFluent. addNewDedicatedHostLike(DedicatedHost item)AMachinePoolFluent. addToDedicatedHosts(int index, DedicatedHost item)AMachinePoolFluent. addToDedicatedHosts(DedicatedHost... items)protected voidDedicatedHostFluent. copyInstance(DedicatedHost instance)AMachinePoolFluent. removeFromDedicatedHosts(DedicatedHost... items)MachinePoolFluent.DedicatedHostsNested<A>MachinePoolFluent. setNewDedicatedHostLike(int index, DedicatedHost item)AMachinePoolFluent. setToDedicatedHosts(int index, DedicatedHost item)AMachinePoolFluent. withDedicatedHosts(DedicatedHost... dedicatedHosts)Method parameters in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with type arguments of type DedicatedHost Modifier and Type Method Description AMachinePoolFluent. addAllToDedicatedHosts(Collection<DedicatedHost> items)AMachinePoolFluent. removeAllFromDedicatedHosts(Collection<DedicatedHost> items)voidMachinePool. setDedicatedHosts(List<DedicatedHost> dedicatedHosts)DedicatedHosts is the configuration for the machine's dedicated host and profile.AMachinePoolFluent. withDedicatedHosts(List<DedicatedHost> dedicatedHosts)Constructors in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with parameters of type DedicatedHost Constructor Description DedicatedHostBuilder(DedicatedHost instance)DedicatedHostBuilder(DedicatedHostFluent<?> fluent, DedicatedHost instance)DedicatedHostFluent(DedicatedHost instance)Constructor parameters in io.fabric8.openshift.api.model.hive.ibmcloud.v1 with type arguments of type DedicatedHost Constructor Description MachinePool(BootVolume bootVolume, List<DedicatedHost> dedicatedHosts, String type, List<String> zones)
-