public class StaticIPAMRoutesFluentImpl<A extends StaticIPAMRoutesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StaticIPAMRoutesFluent<A>
| Constructor and Description |
|---|
StaticIPAMRoutesFluentImpl() |
StaticIPAMRoutesFluentImpl(StaticIPAMRoutes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDestination() |
String |
getGateway() |
Boolean |
hasDestination() |
Boolean |
hasGateway() |
int |
hashCode() |
A |
withDestination(String destination) |
A |
withGateway(String gateway) |
A |
withNewDestination(String arg0)
Deprecated.
|
A |
withNewGateway(String arg0)
Deprecated.
|
public StaticIPAMRoutesFluentImpl()
public StaticIPAMRoutesFluentImpl(StaticIPAMRoutes instance)
public String getDestination()
getDestination in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>public A withDestination(String destination)
withDestination in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>public Boolean hasDestination()
hasDestination in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>@Deprecated public A withNewDestination(String arg0)
withNewDestination in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>public String getGateway()
getGateway in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>public A withGateway(String gateway)
withGateway in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>public Boolean hasGateway()
hasGateway in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>@Deprecated public A withNewGateway(String arg0)
withNewGateway in interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.