Class VSpherePlatformNodeNetworkingSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworkingSpecFluent<VSpherePlatformNodeNetworkingSpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworkingSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<VSpherePlatformNodeNetworkingSpec>,io.fabric8.kubernetes.api.builder.Visitable<VSpherePlatformNodeNetworkingSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformNodeNetworkingSpec,VSpherePlatformNodeNetworkingSpecBuilder>
public class VSpherePlatformNodeNetworkingSpecBuilder extends VSpherePlatformNodeNetworkingSpecFluent<VSpherePlatformNodeNetworkingSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<VSpherePlatformNodeNetworkingSpec,VSpherePlatformNodeNetworkingSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformNodeNetworkingSpecBuilder()VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpec instance)VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpecFluent<?> fluent)VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpecFluent<?> fluent, VSpherePlatformNodeNetworkingSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSpherePlatformNodeNetworkingSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworkingSpecFluent
addAllToExcludeNetworkSubnetCidr, addAllToNetworkSubnetCidr, addToAdditionalProperties, addToAdditionalProperties, addToExcludeNetworkSubnetCidr, addToExcludeNetworkSubnetCidr, addToNetworkSubnetCidr, addToNetworkSubnetCidr, copyInstance, equals, getAdditionalProperties, getExcludeNetworkSubnetCidr, getExcludeNetworkSubnetCidr, getFirstExcludeNetworkSubnetCidr, getFirstNetworkSubnetCidr, getLastExcludeNetworkSubnetCidr, getLastNetworkSubnetCidr, getMatchingExcludeNetworkSubnetCidr, getMatchingNetworkSubnetCidr, getNetwork, getNetworkSubnetCidr, getNetworkSubnetCidr, hasAdditionalProperties, hasExcludeNetworkSubnetCidr, hashCode, hasMatchingExcludeNetworkSubnetCidr, hasMatchingNetworkSubnetCidr, hasNetwork, hasNetworkSubnetCidr, removeAllFromExcludeNetworkSubnetCidr, removeAllFromNetworkSubnetCidr, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromExcludeNetworkSubnetCidr, removeFromNetworkSubnetCidr, setToExcludeNetworkSubnetCidr, setToNetworkSubnetCidr, toString, withAdditionalProperties, withExcludeNetworkSubnetCidr, withExcludeNetworkSubnetCidr, withNetwork, withNetworkSubnetCidr, withNetworkSubnetCidr
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
VSpherePlatformNodeNetworkingSpecBuilder
public VSpherePlatformNodeNetworkingSpecBuilder()
-
VSpherePlatformNodeNetworkingSpecBuilder
public VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpecFluent<?> fluent)
-
VSpherePlatformNodeNetworkingSpecBuilder
public VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpecFluent<?> fluent, VSpherePlatformNodeNetworkingSpec instance)
-
VSpherePlatformNodeNetworkingSpecBuilder
public VSpherePlatformNodeNetworkingSpecBuilder(VSpherePlatformNodeNetworkingSpec instance)
-
-
Method Detail
-
build
public VSpherePlatformNodeNetworkingSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<VSpherePlatformNodeNetworkingSpec>
-
-