public class IPPoolSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
IPPoolSpec()
No args constructor for use in serialization
|
IPPoolSpec(Map<String,IPAllocation> allocations,
String range) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAllocations(Map<String,IPAllocation> allocations) |
void |
setRange(String range) |
public IPPoolSpec()
public IPPoolSpec(Map<String,IPAllocation> allocations, String range)
allocations - range - public Map<String,IPAllocation> getAllocations()
public void setAllocations(Map<String,IPAllocation> allocations)
public String getRange()
public void setRange(String range)
Copyright © 2015–2020 Red Hat. All rights reserved.