@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,
MachinePoolPlatform aws,
MachinePool azure,
MachinePool gcp,
MachinePool ibmcloud,
MachinePool openstack,
MachinePool ovirt,
MachinePool vsphere) |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolPlatformBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
MachinePool |
getAlibabacloud() |
MachinePoolPlatform |
getAws() |
MachinePool |
getAzure() |
MachinePool |
getGcp() |
MachinePool |
getIbmcloud() |
MachinePool |
getOpenstack() |
MachinePool |
getOvirt() |
MachinePool |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAlibabacloud(MachinePool alibabacloud) |
void |
setAws(MachinePoolPlatform aws) |
void |
setAzure(MachinePool azure) |
void |
setGcp(MachinePool gcp) |
void |
setIbmcloud(MachinePool ibmcloud) |
void |
setOpenstack(MachinePool openstack) |
void |
setOvirt(MachinePool ovirt) |
void |
setVsphere(MachinePool vsphere) |
MachinePoolPlatformBuilder |
toBuilder() |
public MachinePoolPlatform()
public MachinePoolPlatform(MachinePool alibabacloud, MachinePoolPlatform aws, MachinePool azure, MachinePool gcp, MachinePool ibmcloud, MachinePool openstack, MachinePool ovirt, MachinePool vsphere)
public MachinePool getAlibabacloud()
public void setAlibabacloud(MachinePool alibabacloud)
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 getIbmcloud()
public void setIbmcloud(MachinePool ibmcloud)
public MachinePool getOpenstack()
public void setOpenstack(MachinePool openstack)
public MachinePool getOvirt()
public void setOvirt(MachinePool ovirt)
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–2023 Red Hat. All rights reserved.