Class ClusterNetworkEntry
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.ClusterNetworkEntry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class ClusterNetworkEntry extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterNetworkEntry()No args constructor for use in serializationClusterNetworkEntry(String cidr, Integer hostPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetCidr()IntegergetHostPrefix()voidsetAdditionalProperty(String name, Object value)voidsetCidr(String cidr)voidsetHostPrefix(Integer hostPrefix)
-