Uses of Class
io.fabric8.openshift.api.model.installer.vsphere.v1.VCenter
-
Packages that use VCenter Package Description io.fabric8.openshift.api.model.installer.vsphere.v1 -
-
Uses of VCenter in io.fabric8.openshift.api.model.installer.vsphere.v1
Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return VCenter Modifier and Type Method Description VCenterVCenterBuilder. build()VCenterPlatformFluent. buildFirstVcenter()VCenterPlatformFluent. buildLastVcenter()VCenterPlatformFluent. buildMatchingVcenter(Predicate<VCenterBuilder> predicate)VCenterPlatformFluent. buildVcenter(int index)Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return types with arguments of type VCenter Modifier and Type Method Description List<VCenter>PlatformFluent. buildVcenters()List<VCenter>Platform. getVcenters()VCenters holds the connection details for services to communicate with vCenter.Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type VCenter Modifier and Type Method Description PlatformFluent.VcentersNested<A>PlatformFluent. addNewVcenterLike(VCenter item)APlatformFluent. addToVcenters(int index, VCenter item)APlatformFluent. addToVcenters(VCenter... items)protected voidVCenterFluent. copyInstance(VCenter instance)APlatformFluent. removeFromVcenters(VCenter... items)PlatformFluent.VcentersNested<A>PlatformFluent. setNewVcenterLike(int index, VCenter item)APlatformFluent. setToVcenters(int index, VCenter item)APlatformFluent. withVcenters(VCenter... vcenters)Method parameters in io.fabric8.openshift.api.model.installer.vsphere.v1 with type arguments of type VCenter Modifier and Type Method Description APlatformFluent. addAllToVcenters(Collection<VCenter> items)APlatformFluent. removeAllFromVcenters(Collection<VCenter> items)voidPlatform. setVcenters(List<VCenter> vcenters)VCenters holds the connection details for services to communicate with vCenter.APlatformFluent. withVcenters(List<VCenter> vcenters)Constructors in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type VCenter Constructor Description VCenterBuilder(VCenter instance)VCenterBuilder(VCenterFluent<?> fluent, VCenter instance)VCenterFluent(VCenter instance)
-