Uses of Class
io.fabric8.openshift.api.model.config.v1.VSpherePlatformVCenterSpec
-
Packages that use VSpherePlatformVCenterSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of VSpherePlatformVCenterSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return VSpherePlatformVCenterSpec Modifier and Type Method Description VSpherePlatformVCenterSpecVSpherePlatformVCenterSpecBuilder. build()VSpherePlatformVCenterSpecVSpherePlatformSpecFluent. buildFirstVcenter()VSpherePlatformVCenterSpecVSpherePlatformSpecFluent. buildLastVcenter()VSpherePlatformVCenterSpecVSpherePlatformSpecFluent. buildMatchingVcenter(Predicate<VSpherePlatformVCenterSpecBuilder> predicate)VSpherePlatformVCenterSpecVSpherePlatformSpecFluent. buildVcenter(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type VSpherePlatformVCenterSpec Modifier and Type Method Description List<VSpherePlatformVCenterSpec>VSpherePlatformSpecFluent. buildVcenters()List<VSpherePlatformVCenterSpec>VSpherePlatformSpec. getVcenters()vcenters holds the connection details for services to communicate with vCenter.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformVCenterSpec Modifier and Type Method Description VSpherePlatformSpecFluent.VcentersNested<A>VSpherePlatformSpecFluent. addNewVcenterLike(VSpherePlatformVCenterSpec item)AVSpherePlatformSpecFluent. addToVcenters(int index, VSpherePlatformVCenterSpec item)AVSpherePlatformSpecFluent. addToVcenters(VSpherePlatformVCenterSpec... items)protected voidVSpherePlatformVCenterSpecFluent. copyInstance(VSpherePlatformVCenterSpec instance)AVSpherePlatformSpecFluent. removeFromVcenters(VSpherePlatformVCenterSpec... items)VSpherePlatformSpecFluent.VcentersNested<A>VSpherePlatformSpecFluent. setNewVcenterLike(int index, VSpherePlatformVCenterSpec item)AVSpherePlatformSpecFluent. setToVcenters(int index, VSpherePlatformVCenterSpec item)AVSpherePlatformSpecFluent. withVcenters(VSpherePlatformVCenterSpec... vcenters)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type VSpherePlatformVCenterSpec Modifier and Type Method Description AVSpherePlatformSpecFluent. addAllToVcenters(Collection<VSpherePlatformVCenterSpec> items)AVSpherePlatformSpecFluent. removeAllFromVcenters(Collection<VSpherePlatformVCenterSpec> items)voidVSpherePlatformSpec. setVcenters(List<VSpherePlatformVCenterSpec> vcenters)vcenters holds the connection details for services to communicate with vCenter.AVSpherePlatformSpecFluent. withVcenters(List<VSpherePlatformVCenterSpec> vcenters)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformVCenterSpec Constructor Description VSpherePlatformVCenterSpecBuilder(VSpherePlatformVCenterSpec instance)VSpherePlatformVCenterSpecBuilder(VSpherePlatformVCenterSpecFluent<?> fluent, VSpherePlatformVCenterSpec instance)VSpherePlatformVCenterSpecFluent(VSpherePlatformVCenterSpec instance)
-