@Generated(value="jsonschema2pojo") public class Platform extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, 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 nutanix,
Platform openstack,
Platform ovirt,
Platform powervs,
Platform vsphere) |
| Modifier and Type | Method and Description |
|---|---|
PlatformBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Platform |
getAlibabacloud() |
Platform |
getAws() |
Platform |
getAzure() |
Platform |
getBaremetal() |
Platform |
getGcp() |
Platform |
getIbmcloud() |
Platform |
getLibvirt() |
Platform |
getNone() |
Platform |
getNutanix() |
Platform |
getOpenstack() |
Platform |
getOvirt() |
Platform |
getPowervs() |
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 |
setNutanix(Platform nutanix) |
void |
setOpenstack(Platform openstack) |
void |
setOvirt(Platform ovirt) |
void |
setPowervs(Platform powervs) |
void |
setVsphere(Platform vsphere) |
PlatformBuilder |
toBuilder() |
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 getNutanix()
public void setNutanix(Platform nutanix)
public Platform getOpenstack()
public void setOpenstack(Platform openstack)
public Platform getOvirt()
public void setOvirt(Platform ovirt)
public Platform getPowervs()
public void setPowervs(Platform powervs)
public Platform getVsphere()
public void setVsphere(Platform vsphere)
public PlatformBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>public PlatformBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.