Class Metal3DataTemplateSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.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 Summary
Constructors Constructor Description Metal3DataTemplateSpec()No args constructor for use in serializationMetal3DataTemplateSpec(String clusterName, MetaData metaData, NetworkData networkData, String templateReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metal3DataTemplateSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetClusterName()ClusterName is the name of the Cluster this object belongs to.MetaDatagetMetaData()Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.NetworkDatagetNetworkData()Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.StringgetTemplateReference()TemplateReference refers to the Template the Metal3MachineTemplate refers to.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterName(String clusterName)ClusterName is the name of the Cluster this object belongs to.voidsetMetaData(MetaData metaData)Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.voidsetNetworkData(NetworkData networkData)Metal3DataTemplateSpec defines the desired state of Metal3DataTemplate.voidsetTemplateReference(String templateReference)TemplateReference refers to the Template the Metal3MachineTemplate refers to.Metal3DataTemplateSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
Metal3DataTemplateSpec
public Metal3DataTemplateSpec()
No args constructor for use in serialization
-
Metal3DataTemplateSpec
public Metal3DataTemplateSpec(String clusterName, MetaData metaData, NetworkData networkData, String templateReference)
-
-
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
-
edit
public Metal3DataTemplateSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<Metal3DataTemplateSpecBuilder>
-
toBuilder
public Metal3DataTemplateSpecBuilder toBuilder()
-
-