public interface StaticIPAMAddressesFluent<A extends StaticIPAMAddressesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getGateway() |
Boolean |
hasAddress() |
Boolean |
hasGateway() |
A |
withAddress(String address) |
A |
withGateway(String gateway) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewGateway(String arg0)
Deprecated.
|
String getAddress()
Boolean hasAddress()
@Deprecated A withNewAddress(String arg0)
String getGateway()
Boolean hasGateway()
@Deprecated A withNewGateway(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.