@Generated(value="org.jsonschema2pojo") public class ClusterNetworkEntry extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterNetworkEntry()
No args constructor for use in serialization
|
ClusterNetworkEntry(String cidr,
Integer hostPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getCidr() |
Integer |
getHostPrefix() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCidr(String cidr) |
void |
setHostPrefix(Integer hostPrefix) |
public ClusterNetworkEntry()
public String getCidr()
public void setCidr(String cidr)
cidr - The cidrpublic Integer getHostPrefix()
public void setHostPrefix(Integer hostPrefix)
hostPrefix - The hostPrefixCopyright © 2015–2020 Red Hat. All rights reserved.