Interface StaticIPAMAddressesFluent<A extends StaticIPAMAddressesFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StaticIPAMConfigFluent.AddressesNested<N>
- All Known Implementing Classes:
StaticIPAMAddressesBuilder,StaticIPAMAddressesFluentImpl,StaticIPAMConfigFluentImpl.AddressesNestedImpl
public interface StaticIPAMAddressesFluent<A extends StaticIPAMAddressesFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()StringgetGateway()BooleanhasAddress()BooleanhasGateway()AwithAddress(String address)AwithGateway(String gateway)AwithNewAddress(String arg1)AwithNewAddress(StringBuffer arg1)AwithNewAddress(StringBuilder arg1)AwithNewGateway(String arg1)AwithNewGateway(StringBuffer arg1)AwithNewGateway(StringBuilder arg1)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
getGateway
String getGateway()
-
hasGateway
Boolean hasGateway()
-
withNewGateway
A withNewGateway(StringBuilder arg1)
-
withNewGateway
A withNewGateway(StringBuffer arg1)
-
-