Class VSpherePlatformTopologyBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformTopologyFluent<VSpherePlatformTopologyBuilder>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformTopologyBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<VSpherePlatformTopology>,io.fabric8.kubernetes.api.builder.Visitable<VSpherePlatformTopologyBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformTopology,VSpherePlatformTopologyBuilder>
public class VSpherePlatformTopologyBuilder extends VSpherePlatformTopologyFluent<VSpherePlatformTopologyBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformTopology,VSpherePlatformTopologyBuilder>
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformTopologyBuilder()VSpherePlatformTopologyBuilder(VSpherePlatformTopology instance)VSpherePlatformTopologyBuilder(VSpherePlatformTopologyFluent<?> fluent)VSpherePlatformTopologyBuilder(VSpherePlatformTopologyFluent<?> fluent, VSpherePlatformTopology instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSpherePlatformTopologybuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.VSpherePlatformTopologyFluent
addAllToNetworks, addToAdditionalProperties, addToAdditionalProperties, addToNetworks, addToNetworks, copyInstance, equals, getAdditionalProperties, getComputeCluster, getDatacenter, getDatastore, getFirstNetwork, getFolder, getLastNetwork, getMatchingNetwork, getNetwork, getNetworks, getResourcePool, getTemplate, hasAdditionalProperties, hasComputeCluster, hasDatacenter, hasDatastore, hasFolder, hashCode, hasMatchingNetwork, hasNetworks, hasResourcePool, hasTemplate, removeAllFromNetworks, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromNetworks, setToNetworks, toString, withAdditionalProperties, withComputeCluster, withDatacenter, withDatastore, withFolder, withNetworks, withNetworks, withResourcePool, withTemplate
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
VSpherePlatformTopologyBuilder
public VSpherePlatformTopologyBuilder()
-
VSpherePlatformTopologyBuilder
public VSpherePlatformTopologyBuilder(VSpherePlatformTopologyFluent<?> fluent)
-
VSpherePlatformTopologyBuilder
public VSpherePlatformTopologyBuilder(VSpherePlatformTopologyFluent<?> fluent, VSpherePlatformTopology instance)
-
VSpherePlatformTopologyBuilder
public VSpherePlatformTopologyBuilder(VSpherePlatformTopology instance)
-
-
Method Detail
-
build
public VSpherePlatformTopology build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<VSpherePlatformTopology>
-
-