Class NetworkDataRoutev4Fluent<A extends NetworkDataRoutev4Fluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkDataRoutev4Fluent<A>
-
- Direct Known Subclasses:
NetworkDataIPv4DHCPFluent.RoutesNested,NetworkDataIPv4Fluent.RoutesNested,NetworkDataRoutev4Builder
public class NetworkDataRoutev4Fluent<A extends NetworkDataRoutev4Fluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNetworkDataRoutev4Fluent.GatewayNested<N>classNetworkDataRoutev4Fluent.ServicesNested<N>
-
Constructor Summary
Constructors Constructor Description NetworkDataRoutev4Fluent()NetworkDataRoutev4Fluent(NetworkDataRoutev4 instance)
-
Method Summary
-
-
-
Constructor Detail
-
NetworkDataRoutev4Fluent
public NetworkDataRoutev4Fluent()
-
NetworkDataRoutev4Fluent
public NetworkDataRoutev4Fluent(NetworkDataRoutev4 instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NetworkDataRoutev4 instance)
-
buildGateway
public NetworkGatewayv4 buildGateway()
-
withGateway
public A withGateway(NetworkGatewayv4 gateway)
-
hasGateway
public boolean hasGateway()
-
withNewGateway
public NetworkDataRoutev4Fluent.GatewayNested<A> withNewGateway()
-
withNewGatewayLike
public NetworkDataRoutev4Fluent.GatewayNested<A> withNewGatewayLike(NetworkGatewayv4 item)
-
editGateway
public NetworkDataRoutev4Fluent.GatewayNested<A> editGateway()
-
editOrNewGateway
public NetworkDataRoutev4Fluent.GatewayNested<A> editOrNewGateway()
-
editOrNewGatewayLike
public NetworkDataRoutev4Fluent.GatewayNested<A> editOrNewGatewayLike(NetworkGatewayv4 item)
-
getNetwork
public String getNetwork()
-
hasNetwork
public boolean hasNetwork()
-
getPrefix
public Integer getPrefix()
-
hasPrefix
public boolean hasPrefix()
-
buildServices
public NetworkDataServicev4 buildServices()
-
withServices
public A withServices(NetworkDataServicev4 services)
-
hasServices
public boolean hasServices()
-
withNewServices
public NetworkDataRoutev4Fluent.ServicesNested<A> withNewServices()
-
withNewServicesLike
public NetworkDataRoutev4Fluent.ServicesNested<A> withNewServicesLike(NetworkDataServicev4 item)
-
editServices
public NetworkDataRoutev4Fluent.ServicesNested<A> editServices()
-
editOrNewServices
public NetworkDataRoutev4Fluent.ServicesNested<A> editOrNewServices()
-
editOrNewServicesLike
public NetworkDataRoutev4Fluent.ServicesNested<A> editOrNewServicesLike(NetworkDataServicev4 item)
-
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 NetworkDataRoutev4Fluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDataRoutev4Fluent<A>>
-
-