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(byte[] arg1) |
A |
withNewAddress(byte[] arg1,
int arg2) |
A |
withNewAddress(byte[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewAddress(char[] arg1) |
A |
withNewAddress(char[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(int[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(String arg1) |
A |
withNewAddress(StringBuffer arg1) |
A |
withNewAddress(StringBuilder arg1) |
A |
withNewGateway(byte[] arg1) |
A |
withNewGateway(byte[] arg1,
int arg2) |
A |
withNewGateway(byte[] arg1,
int arg2,
int arg3) |
A |
withNewGateway(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewGateway(char[] arg1) |
A |
withNewGateway(char[] arg1,
int arg2,
int arg3) |
A |
withNewGateway(int[] arg1,
int arg2,
int arg3) |
A |
withNewGateway(String arg1) |
A |
withNewGateway(StringBuffer arg1) |
A |
withNewGateway(StringBuilder arg1) |
String getAddress()
Boolean hasAddress()
A withNewAddress(StringBuilder arg1)
A withNewAddress(int[] arg1, int arg2, int arg3)
A withNewAddress(char[] arg1)
A withNewAddress(StringBuffer arg1)
A withNewAddress(byte[] arg1, int arg2)
A withNewAddress(byte[] arg1)
A withNewAddress(char[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3, int arg4)
String getGateway()
Boolean hasGateway()
A withNewGateway(StringBuilder arg1)
A withNewGateway(int[] arg1, int arg2, int arg3)
A withNewGateway(char[] arg1)
A withNewGateway(StringBuffer arg1)
A withNewGateway(byte[] arg1, int arg2)
A withNewGateway(byte[] arg1)
A withNewGateway(char[] arg1, int arg2, int arg3)
A withNewGateway(byte[] arg1, int arg2, int arg3)
A withNewGateway(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.