Class ClusterMetadata
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.v1.ClusterMetadata
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterMetadataBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterMetadata extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterMetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterMetadata contains information regarding the cluster that was created by installer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterMetadata()No args constructor for use in serializationClusterMetadata(Metadata aws, Metadata azure, Metadata baremetal, String clusterID, String clusterName, io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet, String featureSet, Metadata gcp, Metadata ibmcloud, String infraID, Metadata nutanix, Metadata openstack, Metadata ovirt, Metadata powervs, Metadata vsphere)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterMetadataBuilderedit()Map<String,Object>getAdditionalProperties()MetadatagetAws()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetAzure()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetBaremetal()ClusterMetadata contains information regarding the cluster that was created by installer.StringgetClusterID()ClusterID is a globally unique ID that is used to identify an Openshift cluster.StringgetClusterName()ClusterName is the name for the cluster.io.fabric8.openshift.api.model.config.v1.CustomFeatureGatesgetCustomFeatureSet()ClusterMetadata contains information regarding the cluster that was created by installer.StringgetFeatureSet()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetGcp()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetIbmcloud()ClusterMetadata contains information regarding the cluster that was created by installer.StringgetInfraID()InfraID is an ID that is used to identify cloud resources created by the installer.MetadatagetNutanix()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetOpenstack()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetOvirt()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetPowervs()ClusterMetadata contains information regarding the cluster that was created by installer.MetadatagetVsphere()ClusterMetadata contains information regarding the cluster that was created by installer.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAws(Metadata aws)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetAzure(Metadata azure)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetBaremetal(Metadata baremetal)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetClusterID(String clusterID)ClusterID is a globally unique ID that is used to identify an Openshift cluster.voidsetClusterName(String clusterName)ClusterName is the name for the cluster.voidsetCustomFeatureSet(io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetFeatureSet(String featureSet)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetGcp(Metadata gcp)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetIbmcloud(Metadata ibmcloud)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetInfraID(String infraID)InfraID is an ID that is used to identify cloud resources created by the installer.voidsetNutanix(Metadata nutanix)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetOpenstack(Metadata openstack)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetOvirt(Metadata ovirt)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetPowervs(Metadata powervs)ClusterMetadata contains information regarding the cluster that was created by installer.voidsetVsphere(Metadata vsphere)ClusterMetadata contains information regarding the cluster that was created by installer.ClusterMetadataBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterMetadata
public ClusterMetadata()
No args constructor for use in serialization
-
ClusterMetadata
public ClusterMetadata(Metadata aws, Metadata azure, Metadata baremetal, String clusterID, String clusterName, io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet, String featureSet, Metadata gcp, Metadata ibmcloud, String infraID, Metadata nutanix, Metadata openstack, Metadata ovirt, Metadata powervs, Metadata vsphere)
-
-
Method Detail
-
getAws
public Metadata getAws()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setAws
public void setAws(Metadata aws)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getAzure
public Metadata getAzure()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setAzure
public void setAzure(Metadata azure)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getBaremetal
public Metadata getBaremetal()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setBaremetal
public void setBaremetal(Metadata baremetal)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getClusterID
public String getClusterID()
ClusterID is a globally unique ID that is used to identify an Openshift cluster.
-
setClusterID
public void setClusterID(String clusterID)
ClusterID is a globally unique ID that is used to identify an Openshift cluster.
-
getClusterName
public String getClusterName()
ClusterName is the name for the cluster.
-
setClusterName
public void setClusterName(String clusterName)
ClusterName is the name for the cluster.
-
getCustomFeatureSet
public io.fabric8.openshift.api.model.config.v1.CustomFeatureGates getCustomFeatureSet()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setCustomFeatureSet
public void setCustomFeatureSet(io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getFeatureSet
public String getFeatureSet()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setFeatureSet
public void setFeatureSet(String featureSet)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getGcp
public Metadata getGcp()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setGcp
public void setGcp(Metadata gcp)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getIbmcloud
public Metadata getIbmcloud()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setIbmcloud
public void setIbmcloud(Metadata ibmcloud)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getInfraID
public String getInfraID()
InfraID is an ID that is used to identify cloud resources created by the installer.
-
setInfraID
public void setInfraID(String infraID)
InfraID is an ID that is used to identify cloud resources created by the installer.
-
getNutanix
public Metadata getNutanix()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setNutanix
public void setNutanix(Metadata nutanix)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getOpenstack
public Metadata getOpenstack()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setOpenstack
public void setOpenstack(Metadata openstack)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getOvirt
public Metadata getOvirt()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setOvirt
public void setOvirt(Metadata ovirt)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getPowervs
public Metadata getPowervs()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setPowervs
public void setPowervs(Metadata powervs)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
getVsphere
public Metadata getVsphere()
ClusterMetadata contains information regarding the cluster that was created by installer.
-
setVsphere
public void setVsphere(Metadata vsphere)
ClusterMetadata contains information regarding the cluster that was created by installer.
-
edit
public ClusterMetadataBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterMetadataBuilder>
-
toBuilder
public ClusterMetadataBuilder toBuilder()
-
-