public class PlatformSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PlatformSpec()
No args constructor for use in serialization
|
PlatformSpec(AWSPlatformSpec aws,
AzurePlatformSpec azure,
BareMetalPlatformSpec baremetal,
GCPPlatformSpec gcp,
IBMCloudPlatformSpec ibmcloud,
OpenStackPlatformSpec openstack,
OvirtPlatformSpec ovirt,
String type,
VSpherePlatformSpec vsphere) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
AWSPlatformSpec |
getAws() |
AzurePlatformSpec |
getAzure() |
BareMetalPlatformSpec |
getBaremetal() |
GCPPlatformSpec |
getGcp() |
IBMCloudPlatformSpec |
getIbmcloud() |
OpenStackPlatformSpec |
getOpenstack() |
OvirtPlatformSpec |
getOvirt() |
String |
getType() |
VSpherePlatformSpec |
getVsphere() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAws(AWSPlatformSpec aws) |
void |
setAzure(AzurePlatformSpec azure) |
void |
setBaremetal(BareMetalPlatformSpec baremetal) |
void |
setGcp(GCPPlatformSpec gcp) |
void |
setIbmcloud(IBMCloudPlatformSpec ibmcloud) |
void |
setOpenstack(OpenStackPlatformSpec openstack) |
void |
setOvirt(OvirtPlatformSpec ovirt) |
void |
setType(String type) |
void |
setVsphere(VSpherePlatformSpec vsphere) |
public PlatformSpec()
public PlatformSpec(AWSPlatformSpec aws, AzurePlatformSpec azure, BareMetalPlatformSpec baremetal, GCPPlatformSpec gcp, IBMCloudPlatformSpec ibmcloud, OpenStackPlatformSpec openstack, OvirtPlatformSpec ovirt, String type, VSpherePlatformSpec vsphere)
baremetal - vsphere - gcp - ibmcloud - ovirt - openstack - aws - type - azure - public AWSPlatformSpec getAws()
public void setAws(AWSPlatformSpec aws)
public AzurePlatformSpec getAzure()
public void setAzure(AzurePlatformSpec azure)
public BareMetalPlatformSpec getBaremetal()
public void setBaremetal(BareMetalPlatformSpec baremetal)
public GCPPlatformSpec getGcp()
public void setGcp(GCPPlatformSpec gcp)
public IBMCloudPlatformSpec getIbmcloud()
public void setIbmcloud(IBMCloudPlatformSpec ibmcloud)
public OpenStackPlatformSpec getOpenstack()
public void setOpenstack(OpenStackPlatformSpec openstack)
public OvirtPlatformSpec getOvirt()
public void setOvirt(OvirtPlatformSpec ovirt)
public String getType()
public void setType(String type)
public VSpherePlatformSpec getVsphere()
public void setVsphere(VSpherePlatformSpec vsphere)
Copyright © 2015–2020 Red Hat. All rights reserved.