Class VSpherePlatformNodeNetworkingSpecFluent<A extends VSpherePlatformNodeNetworkingSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworkingSpecFluent<A>
-
- Direct Known Subclasses:
VSpherePlatformNodeNetworkingFluent.ExternalNested,VSpherePlatformNodeNetworkingFluent.InternalNested,VSpherePlatformNodeNetworkingSpecBuilder
public class VSpherePlatformNodeNetworkingSpecFluent<A extends VSpherePlatformNodeNetworkingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformNodeNetworkingSpecFluent()VSpherePlatformNodeNetworkingSpecFluent(VSpherePlatformNodeNetworkingSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
VSpherePlatformNodeNetworkingSpecFluent
public VSpherePlatformNodeNetworkingSpecFluent()
-
VSpherePlatformNodeNetworkingSpecFluent
public VSpherePlatformNodeNetworkingSpecFluent(VSpherePlatformNodeNetworkingSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VSpherePlatformNodeNetworkingSpec instance)
-
addAllToExcludeNetworkSubnetCidr
public A addAllToExcludeNetworkSubnetCidr(Collection<String> items)
-
removeAllFromExcludeNetworkSubnetCidr
public A removeAllFromExcludeNetworkSubnetCidr(Collection<String> items)
-
getExcludeNetworkSubnetCidr
public String getExcludeNetworkSubnetCidr(int index)
-
getFirstExcludeNetworkSubnetCidr
public String getFirstExcludeNetworkSubnetCidr()
-
getLastExcludeNetworkSubnetCidr
public String getLastExcludeNetworkSubnetCidr()
-
getMatchingExcludeNetworkSubnetCidr
public String getMatchingExcludeNetworkSubnetCidr(Predicate<String> predicate)
-
hasMatchingExcludeNetworkSubnetCidr
public boolean hasMatchingExcludeNetworkSubnetCidr(Predicate<String> predicate)
-
withExcludeNetworkSubnetCidr
public A withExcludeNetworkSubnetCidr(List<String> excludeNetworkSubnetCidr)
-
withExcludeNetworkSubnetCidr
public A withExcludeNetworkSubnetCidr(String... excludeNetworkSubnetCidr)
-
hasExcludeNetworkSubnetCidr
public boolean hasExcludeNetworkSubnetCidr()
-
getNetwork
public String getNetwork()
-
hasNetwork
public boolean hasNetwork()
-
addAllToNetworkSubnetCidr
public A addAllToNetworkSubnetCidr(Collection<String> items)
-
removeAllFromNetworkSubnetCidr
public A removeAllFromNetworkSubnetCidr(Collection<String> items)
-
getNetworkSubnetCidr
public String getNetworkSubnetCidr(int index)
-
getFirstNetworkSubnetCidr
public String getFirstNetworkSubnetCidr()
-
getLastNetworkSubnetCidr
public String getLastNetworkSubnetCidr()
-
getMatchingNetworkSubnetCidr
public String getMatchingNetworkSubnetCidr(Predicate<String> predicate)
-
hasMatchingNetworkSubnetCidr
public boolean hasMatchingNetworkSubnetCidr(Predicate<String> predicate)
-
hasNetworkSubnetCidr
public boolean hasNetworkSubnetCidr()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformNodeNetworkingSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformNodeNetworkingSpecFluent<A>>
-
-