Uses of Class
io.fabric8.openshift.api.model.machine.v1.VSphereFailureDomain
-
Packages that use VSphereFailureDomain Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of VSphereFailureDomain in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return VSphereFailureDomain Modifier and Type Method Description VSphereFailureDomainVSphereFailureDomainBuilder. build()VSphereFailureDomainFailureDomainsFluent. buildFirstVsphere()VSphereFailureDomainFailureDomainsFluent. buildLastVsphere()VSphereFailureDomainFailureDomainsFluent. buildMatchingVsphere(Predicate<VSphereFailureDomainBuilder> predicate)VSphereFailureDomainFailureDomainsFluent. buildVsphere(int index)Methods in io.fabric8.openshift.api.model.machine.v1 that return types with arguments of type VSphereFailureDomain Modifier and Type Method Description List<VSphereFailureDomain>FailureDomainsFluent. buildVsphere()List<VSphereFailureDomain>FailureDomains. getVsphere()Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type VSphereFailureDomain Modifier and Type Method Description FailureDomainsFluent.VsphereNested<A>FailureDomainsFluent. addNewVsphereLike(VSphereFailureDomain item)AFailureDomainsFluent. addToVsphere(int index, VSphereFailureDomain item)AFailureDomainsFluent. addToVsphere(VSphereFailureDomain... items)protected voidVSphereFailureDomainFluent. copyInstance(VSphereFailureDomain instance)AFailureDomainsFluent. removeFromVsphere(VSphereFailureDomain... items)FailureDomainsFluent.VsphereNested<A>FailureDomainsFluent. setNewVsphereLike(int index, VSphereFailureDomain item)AFailureDomainsFluent. setToVsphere(int index, VSphereFailureDomain item)AFailureDomainsFluent. withVsphere(VSphereFailureDomain... vsphere)Method parameters in io.fabric8.openshift.api.model.machine.v1 with type arguments of type VSphereFailureDomain Modifier and Type Method Description AFailureDomainsFluent. addAllToVsphere(Collection<VSphereFailureDomain> items)AFailureDomainsFluent. removeAllFromVsphere(Collection<VSphereFailureDomain> items)voidFailureDomains. setVsphere(List<VSphereFailureDomain> vsphere)AFailureDomainsFluent. withVsphere(List<VSphereFailureDomain> vsphere)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type VSphereFailureDomain Constructor Description VSphereFailureDomainBuilder(VSphereFailureDomain instance)VSphereFailureDomainBuilder(VSphereFailureDomainFluent<?> fluent, VSphereFailureDomain instance)VSphereFailureDomainFluent(VSphereFailureDomain instance)
-