public interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestination() |
String |
getGateway() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDestination() |
Boolean |
hasGateway() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDestination(String destination) |
A |
withGateway(String gateway) |
A |
withNewDestination(String arg0)
Deprecated.
|
A |
withNewGateway(String arg0)
Deprecated.
|
String getDestination()
Boolean hasDestination()
@Deprecated A withNewDestination(String arg0)
String getGateway()
Boolean hasGateway()
@Deprecated A withNewGateway(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.