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