public class MachinePoolPlatform extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachinePoolPlatform()
No args constructor for use in serialization
|
MachinePoolPlatform(MachinePoolPlatform aws,
MachinePool azure,
MachinePool gcp,
MachinePool openstack,
MachinePool ovirt,
MachinePool vsphere) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
MachinePoolPlatform |
getAws() |
MachinePool |
getAzure() |
MachinePool |
getGcp() |
MachinePool |
getOpenstack() |
MachinePool |
getOvirt() |
MachinePool |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAws(MachinePoolPlatform aws) |
void |
setAzure(MachinePool azure) |
void |
setGcp(MachinePool gcp) |
void |
setOpenstack(MachinePool openstack) |
void |
setOvirt(MachinePool ovirt) |
void |
setVsphere(MachinePool vsphere) |
public MachinePoolPlatform()
public MachinePoolPlatform(MachinePoolPlatform aws, MachinePool azure, MachinePool gcp, MachinePool openstack, MachinePool ovirt, MachinePool vsphere)
vsphere - gcp - ovirt - openstack - aws - azure - public MachinePoolPlatform getAws()
public void setAws(MachinePoolPlatform aws)
public MachinePool getAzure()
public void setAzure(MachinePool azure)
public MachinePool getGcp()
public void setGcp(MachinePool gcp)
public MachinePool getOpenstack()
public void setOpenstack(MachinePool openstack)
public MachinePool getOvirt()
public void setOvirt(MachinePool ovirt)
public MachinePool getVsphere()
public void setVsphere(MachinePool vsphere)
Copyright © 2015–2020 Red Hat. All rights reserved.