public interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>> extends 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 |
getClientCIDR() |
String |
getServerAddress() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasClientCIDR() |
Boolean |
hasServerAddress() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClientCIDR(String clientCIDR) |
A |
withNewClientCIDR(String arg0)
Deprecated.
|
A |
withNewServerAddress(String arg0)
Deprecated.
|
A |
withServerAddress(String serverAddress) |
String getClientCIDR()
Boolean hasClientCIDR()
@Deprecated A withNewClientCIDR(String arg0)
String getServerAddress()
Boolean hasServerAddress()
@Deprecated A withNewServerAddress(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.