@Generated(value="jsonschema2pojo") public class MachinePoolPlatform extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachinePoolPlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachinePoolPlatform()
No args constructor for use in serialization
|
MachinePoolPlatform(MachinePool alibabacloud,
MachinePool aws,
MachinePool azure,
MachinePool baremetal,
MachinePool gcp,
MachinePool ibmcloud,
MachinePool libvirt,
MachinePool nutanix,
MachinePool openstack,
MachinePool ovirt,
MachinePool powervs,
MachinePool vsphere) |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolPlatformBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
MachinePool |
getAlibabacloud() |
MachinePool |
getAws() |
MachinePool |
getAzure() |
MachinePool |
getBaremetal() |
MachinePool |
getGcp() |
MachinePool |
getIbmcloud() |
MachinePool |
getLibvirt() |
MachinePool |
getNutanix() |
MachinePool |
getOpenstack() |
MachinePool |
getOvirt() |
MachinePool |
getPowervs() |
MachinePool |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAlibabacloud(MachinePool alibabacloud) |
void |
setAws(MachinePool aws) |
void |
setAzure(MachinePool azure) |
void |
setBaremetal(MachinePool baremetal) |
void |
setGcp(MachinePool gcp) |
void |
setIbmcloud(MachinePool ibmcloud) |
void |
setLibvirt(MachinePool libvirt) |
void |
setNutanix(MachinePool nutanix) |
void |
setOpenstack(MachinePool openstack) |
void |
setOvirt(MachinePool ovirt) |
void |
setPowervs(MachinePool powervs) |
void |
setVsphere(MachinePool vsphere) |
MachinePoolPlatformBuilder |
toBuilder() |
public MachinePoolPlatform()
public MachinePoolPlatform(MachinePool alibabacloud, MachinePool aws, MachinePool azure, MachinePool baremetal, MachinePool gcp, MachinePool ibmcloud, MachinePool libvirt, MachinePool nutanix, MachinePool openstack, MachinePool ovirt, MachinePool powervs, MachinePool vsphere)
public MachinePool getAlibabacloud()
public void setAlibabacloud(MachinePool alibabacloud)
public MachinePool getAws()
public void setAws(MachinePool aws)
public MachinePool getAzure()
public void setAzure(MachinePool azure)
public MachinePool getBaremetal()
public void setBaremetal(MachinePool baremetal)
public MachinePool getGcp()
public void setGcp(MachinePool gcp)
public MachinePool getIbmcloud()
public void setIbmcloud(MachinePool ibmcloud)
public MachinePool getLibvirt()
public void setLibvirt(MachinePool libvirt)
public MachinePool getNutanix()
public void setNutanix(MachinePool nutanix)
public MachinePool getOpenstack()
public void setOpenstack(MachinePool openstack)
public MachinePool getOvirt()
public void setOvirt(MachinePool ovirt)
public MachinePool getPowervs()
public void setPowervs(MachinePool powervs)
public MachinePool getVsphere()
public void setVsphere(MachinePool vsphere)
public MachinePoolPlatformBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<MachinePoolPlatformBuilder>public MachinePoolPlatformBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.