Class Metal3DataTemplateSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<Metal3DataTemplateSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Metal3DataTemplateSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<Metal3DataTemplateSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.
    See Also:
    Serialized Form
    • Constructor Detail

      • Metal3DataTemplateSpec

        public Metal3DataTemplateSpec()
        No args constructor for use in serialization
    • Method Detail

      • getClusterName

        public String getClusterName()
        ClusterName is the name of the Cluster this object belongs to.
      • setClusterName

        public void setClusterName​(String clusterName)
        ClusterName is the name of the Cluster this object belongs to.
      • getMetaData

        public MetaData getMetaData()
        Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.
      • setMetaData

        public void setMetaData​(MetaData metaData)
        Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.
      • getNetworkData

        public NetworkData getNetworkData()
        Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.
      • setNetworkData

        public void setNetworkData​(NetworkData networkData)
        Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.
      • getTemplateReference

        public String getTemplateReference()
        TemplateReference refers to the Template the Metal3MachineTemplate refers to. It can be matched against the key or it may also point to the name of the template Metal3Data refers to
      • setTemplateReference

        public void setTemplateReference​(String templateReference)
        TemplateReference refers to the Template the Metal3MachineTemplate refers to. It can be matched against the key or it may also point to the name of the template Metal3Data refers to
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)