@Generated(value="org.jsonschema2pojo") public class NodeSpec extends Object
Constructor and Description |
---|
NodeSpec()
No args constructor for use in serialization
|
NodeSpec(String externalID,
String podCIDR,
Boolean unschedulable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getExternalID()
external ID assigned to the node by some machine database (e.g.
|
String |
getPodCIDR()
pod IP range assigned to the node
|
Boolean |
getUnschedulable()
disable pod scheduling on the node
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setExternalID(String externalID)
external ID assigned to the node by some machine database (e.g.
|
void |
setPodCIDR(String podCIDR)
pod IP range assigned to the node
|
void |
setUnschedulable(Boolean unschedulable)
disable pod scheduling on the node
|
String |
toString() |
public String getExternalID()
public void setExternalID(String externalID)
externalID
- The externalIDpublic String getPodCIDR()
public void setPodCIDR(String podCIDR)
podCIDR
- The podCIDRpublic Boolean getUnschedulable()
public void setUnschedulable(Boolean unschedulable)
unschedulable
- The unschedulableCopyright © 2011–2015 Red Hat. All rights reserved.