public class IPPoolSpecFluentImpl<A extends IPPoolSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPPoolSpecFluent<A>
| Constructor and Description |
|---|
IPPoolSpecFluentImpl() |
IPPoolSpecFluentImpl(IPPoolSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAllocations(Map<String,IPAllocation> map) |
A |
addToAllocations(String key,
IPAllocation value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAllocations() |
int |
hashCode() |
Boolean |
hasRange() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAllocations(Map<String,IPAllocation> map) |
A |
removeFromAllocations(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAllocations(Map<String,IPAllocation> allocations) |
A |
withRange(String range) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IPPoolSpecFluentImpl()
public IPPoolSpecFluentImpl(IPPoolSpec instance)
public A addToAllocations(String key, IPAllocation value)
addToAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A addToAllocations(Map<String,IPAllocation> map)
addToAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAllocations(String key)
removeFromAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAllocations(Map<String,IPAllocation> map)
removeFromAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Map<String,IPAllocation> getAllocations()
getAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public <K,V> A withAllocations(Map<String,IPAllocation> allocations)
withAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Boolean hasAllocations()
hasAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public String getRange()
getRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A withRange(String range)
withRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Boolean hasRange()
hasRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.