@Generated(value="jsonschema2pojo") public class IPPoolSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<IPPoolSpecBuilder>, 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 |
|---|---|
IPPoolSpecBuilder |
edit() |
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) |
IPPoolSpecBuilder |
toBuilder() |
public IPPoolSpec()
public IPPoolSpec(Map<String,IPAllocation> allocations, String range)
public Map<String,IPAllocation> getAllocations()
public void setAllocations(Map<String,IPAllocation> allocations)
public String getRange()
public void setRange(String range)
public IPPoolSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<IPPoolSpecBuilder>public IPPoolSpecBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.