public class ExternalIPPolicy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ExternalIPPolicy()
No args constructor for use in serialization
|
ExternalIPPolicy(List<String> allowedCIDRs,
List<String> rejectedCIDRs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getAllowedCIDRs() |
List<String> |
getRejectedCIDRs() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAllowedCIDRs(List<String> allowedCIDRs) |
void |
setRejectedCIDRs(List<String> rejectedCIDRs) |
Copyright © 2015–2020 Red Hat. All rights reserved.