@Generated(value="jsonschema2pojo") public class MachinePool extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachinePoolBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachinePool()
No args constructor for use in serialization
|
MachinePool(Integer memoryGiB,
String procType,
io.fabric8.kubernetes.api.model.IntOrString processors,
String sysType,
List<String> volumeIDs) |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMemoryGiB() |
io.fabric8.kubernetes.api.model.IntOrString |
getProcessors() |
String |
getProcType() |
String |
getSysType() |
List<String> |
getVolumeIDs() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMemoryGiB(Integer memoryGiB) |
void |
setProcessors(io.fabric8.kubernetes.api.model.IntOrString processors) |
void |
setProcType(String procType) |
void |
setSysType(String sysType) |
void |
setVolumeIDs(List<String> volumeIDs) |
MachinePoolBuilder |
toBuilder() |
public Integer getMemoryGiB()
public void setMemoryGiB(Integer memoryGiB)
public String getProcType()
public void setProcType(String procType)
public io.fabric8.kubernetes.api.model.IntOrString getProcessors()
public void setProcessors(io.fabric8.kubernetes.api.model.IntOrString processors)
public String getSysType()
public void setSysType(String sysType)
public MachinePoolBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<MachinePoolBuilder>public MachinePoolBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.