Uses of Class
io.fabric8.openshift.api.model.config.v1.VSpherePlatformTopology
-
Packages that use VSpherePlatformTopology Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of VSpherePlatformTopology in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return VSpherePlatformTopology Modifier and Type Method Description VSpherePlatformTopologyVSpherePlatformTopologyBuilder. build()VSpherePlatformTopologyVSpherePlatformFailureDomainSpecFluent. buildTopology()VSpherePlatformTopologyVSpherePlatformFailureDomainSpec. getTopology()VSpherePlatformFailureDomainSpec holds the region and zone failure domain and the vCenter topology of that failure domain.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformTopology Modifier and Type Method Description protected voidVSpherePlatformTopologyFluent. copyInstance(VSpherePlatformTopology instance)VSpherePlatformFailureDomainSpecFluent.TopologyNested<A>VSpherePlatformFailureDomainSpecFluent. editOrNewTopologyLike(VSpherePlatformTopology item)voidVSpherePlatformFailureDomainSpec. setTopology(VSpherePlatformTopology topology)VSpherePlatformFailureDomainSpec holds the region and zone failure domain and the vCenter topology of that failure domain.VSpherePlatformFailureDomainSpecFluent.TopologyNested<A>VSpherePlatformFailureDomainSpecFluent. withNewTopologyLike(VSpherePlatformTopology item)AVSpherePlatformFailureDomainSpecFluent. withTopology(VSpherePlatformTopology topology)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformTopology Constructor Description VSpherePlatformFailureDomainSpec(String name, String region, VSphereFailureDomainRegionAffinity regionAffinity, String server, VSpherePlatformTopology topology, String zone, VSphereFailureDomainZoneAffinity zoneAffinity)VSpherePlatformTopologyBuilder(VSpherePlatformTopology instance)VSpherePlatformTopologyBuilder(VSpherePlatformTopologyFluent<?> fluent, VSpherePlatformTopology instance)VSpherePlatformTopologyFluent(VSpherePlatformTopology instance)
-