public interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCIDR() |
String |
getServerAddress() |
Boolean |
hasClientCIDR() |
Boolean |
hasServerAddress() |
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)
Copyright © 2015–2022 Red Hat. All rights reserved.