@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(String amiID,
String iamRole,
EC2Metadata metadataService,
EC2RootVolume rootVolume,
String type,
List<String> zones) |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getAmiID() |
String |
getIamRole() |
EC2Metadata |
getMetadataService() |
EC2RootVolume |
getRootVolume() |
String |
getType() |
List<String> |
getZones() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAmiID(String amiID) |
void |
setIamRole(String iamRole) |
void |
setMetadataService(EC2Metadata metadataService) |
void |
setRootVolume(EC2RootVolume rootVolume) |
void |
setType(String type) |
void |
setZones(List<String> zones) |
MachinePoolBuilder |
toBuilder() |
public MachinePool()
public MachinePool(String amiID, String iamRole, EC2Metadata metadataService, EC2RootVolume rootVolume, String type, List<String> zones)
public String getAmiID()
public void setAmiID(String amiID)
public String getIamRole()
public void setIamRole(String iamRole)
public EC2Metadata getMetadataService()
public void setMetadataService(EC2Metadata metadataService)
public EC2RootVolume getRootVolume()
public void setRootVolume(EC2RootVolume rootVolume)
public String getType()
public void setType(String type)
public MachinePoolBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<MachinePoolBuilder>public MachinePoolBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.