Uses of Class
io.fabric8.openshift.api.model.installer.vsphere.v1.Topology
-
Packages that use Topology Package Description io.fabric8.openshift.api.model.installer.vsphere.v1 -
-
Uses of Topology in io.fabric8.openshift.api.model.installer.vsphere.v1
Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 that return Topology Modifier and Type Method Description TopologyTopologyBuilder. build()TopologyFailureDomainFluent. buildTopology()TopologyFailureDomain. getTopology()FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.Methods in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type Topology Modifier and Type Method Description protected voidTopologyFluent. copyInstance(Topology instance)FailureDomainFluent.TopologyNested<A>FailureDomainFluent. editOrNewTopologyLike(Topology item)voidFailureDomain. setTopology(Topology topology)FailureDomain holds the region and zone failure domain and the vCenter topology of that failure domain.FailureDomainFluent.TopologyNested<A>FailureDomainFluent. withNewTopologyLike(Topology item)AFailureDomainFluent. withTopology(Topology topology)Constructors in io.fabric8.openshift.api.model.installer.vsphere.v1 with parameters of type Topology Constructor Description FailureDomain(String name, String region, String regionType, String server, Topology topology, String zone, String zoneType)TopologyBuilder(Topology instance)TopologyBuilder(TopologyFluent<?> fluent, Topology instance)TopologyFluent(Topology instance)
-