@Generated(value="org.jsonschema2pojo") 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)
aws - The awspublic AzurePlatformSpec getAzure()
public void setAzure(AzurePlatformSpec azure)
azure - The azurepublic BareMetalPlatformSpec getBaremetal()
public void setBaremetal(BareMetalPlatformSpec baremetal)
baremetal - The baremetalpublic GCPPlatformSpec getGcp()
public void setGcp(GCPPlatformSpec gcp)
gcp - The gcppublic IBMCloudPlatformSpec getIbmcloud()
public void setIbmcloud(IBMCloudPlatformSpec ibmcloud)
ibmcloud - The ibmcloudpublic OpenStackPlatformSpec getOpenstack()
public void setOpenstack(OpenStackPlatformSpec openstack)
openstack - The openstackpublic OvirtPlatformSpec getOvirt()
public void setOvirt(OvirtPlatformSpec ovirt)
ovirt - The ovirtpublic String getType()
public void setType(String type)
type - The typepublic VSpherePlatformSpec getVsphere()
public void setVsphere(VSpherePlatformSpec vsphere)
vsphere - The vsphereCopyright © 2015–2021 Red Hat. All rights reserved.