Interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StaticIPAMConfigFluent.RoutesNested<N>
- All Known Implementing Classes:
StaticIPAMConfigFluentImpl.RoutesNestedImpl,StaticIPAMRoutesBuilder,StaticIPAMRoutesFluentImpl
public interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestination()StringgetGateway()BooleanhasDestination()BooleanhasGateway()AwithDestination(String destination)AwithGateway(String gateway)AwithNewDestination(String arg1)AwithNewDestination(StringBuffer arg1)AwithNewDestination(StringBuilder arg1)AwithNewGateway(String arg1)AwithNewGateway(StringBuffer arg1)AwithNewGateway(StringBuilder arg1)
-
-
-
Method Detail
-
getDestination
String getDestination()
-
hasDestination
Boolean hasDestination()
-
withNewDestination
A withNewDestination(StringBuilder arg1)
-
withNewDestination
A withNewDestination(StringBuffer arg1)
-
getGateway
String getGateway()
-
hasGateway
Boolean hasGateway()
-
withNewGateway
A withNewGateway(StringBuilder arg1)
-
withNewGateway
A withNewGateway(StringBuffer arg1)
-
-