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