@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(BareMetalPlatform agentBareMetal,
Platform alibabacloud,
AwsPlatform aws,
AzurePlatform azure,
Platform baremetal,
Platform gcp,
Platform ibmcloud,
Platform none,
Platform openstack,
Platform ovirt,
Platform vsphere) |
| Modifier and Type | Method and Description |
|---|---|
PlatformBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
BareMetalPlatform |
getAgentBareMetal() |
Platform |
getAlibabacloud() |
AwsPlatform |
getAws() |
AzurePlatform |
getAzure() |
Platform |
getBaremetal() |
Platform |
getGcp() |
Platform |
getIbmcloud() |
Platform |
getNone() |
Platform |
getOpenstack() |
Platform |
getOvirt() |
Platform |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAgentBareMetal(BareMetalPlatform agentBareMetal) |
void |
setAlibabacloud(Platform alibabacloud) |
void |
setAws(AwsPlatform aws) |
void |
setAzure(AzurePlatform azure) |
void |
setBaremetal(Platform baremetal) |
void |
setGcp(Platform gcp) |
void |
setIbmcloud(Platform ibmcloud) |
void |
setNone(Platform none) |
void |
setOpenstack(Platform openstack) |
void |
setOvirt(Platform ovirt) |
void |
setVsphere(Platform vsphere) |
PlatformBuilder |
toBuilder() |
public Platform()
public Platform(BareMetalPlatform agentBareMetal, Platform alibabacloud, AwsPlatform aws, AzurePlatform azure, Platform baremetal, Platform gcp, Platform ibmcloud, Platform none, Platform openstack, Platform ovirt, Platform vsphere)
public BareMetalPlatform getAgentBareMetal()
public void setAgentBareMetal(BareMetalPlatform agentBareMetal)
public Platform getAlibabacloud()
public void setAlibabacloud(Platform alibabacloud)
public AwsPlatform getAws()
public void setAws(AwsPlatform aws)
public AzurePlatform getAzure()
public void setAzure(AzurePlatform 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 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)
public PlatformBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>public PlatformBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.