public class Platform extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Platform()
No args constructor for use in serialization
|
Platform(Platform alibabacloud,
Platform aws,
Platform azure,
Platform baremetal,
Platform gcp,
Platform ibmcloud,
Platform libvirt,
Platform none,
Platform openstack,
Platform ovirt,
Platform vsphere) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Platform |
getAlibabacloud() |
Platform |
getAws() |
Platform |
getAzure() |
Platform |
getBaremetal() |
Platform |
getGcp() |
Platform |
getIbmcloud() |
Platform |
getLibvirt() |
Platform |
getNone() |
Platform |
getOpenstack() |
Platform |
getOvirt() |
Platform |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAlibabacloud(Platform alibabacloud) |
void |
setAws(Platform aws) |
void |
setAzure(Platform azure) |
void |
setBaremetal(Platform baremetal) |
void |
setGcp(Platform gcp) |
void |
setIbmcloud(Platform ibmcloud) |
void |
setLibvirt(Platform libvirt) |
void |
setNone(Platform none) |
void |
setOpenstack(Platform openstack) |
void |
setOvirt(Platform ovirt) |
void |
setVsphere(Platform vsphere) |
public Platform()
public Platform(Platform alibabacloud, Platform aws, Platform azure, Platform baremetal, Platform gcp, Platform ibmcloud, Platform libvirt, Platform none, Platform openstack, Platform ovirt, Platform vsphere)
libvirt - baremetal - alibabacloud - vsphere - gcp - ibmcloud - ovirt - openstack - none - aws - azure - public Platform getAlibabacloud()
public void setAlibabacloud(Platform alibabacloud)
public Platform getAws()
public void setAws(Platform aws)
public Platform getAzure()
public void setAzure(Platform azure)
public Platform getBaremetal()
public void setBaremetal(Platform baremetal)
public Platform getGcp()
public void setGcp(Platform gcp)
public Platform getIbmcloud()
public void setIbmcloud(Platform ibmcloud)
public Platform getLibvirt()
public void setLibvirt(Platform libvirt)
public Platform getNone()
public void setNone(Platform none)
public Platform getOpenstack()
public void setOpenstack(Platform openstack)
public Platform getOvirt()
public void setOvirt(Platform ovirt)
public Platform getVsphere()
public void setVsphere(Platform vsphere)
Copyright © 2015–2022 Red Hat. All rights reserved.