Class MetaDataIndex
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.MetaDataIndex
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MetaDataIndexBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MetaDataIndex extends Object implements io.fabric8.kubernetes.api.builder.Editable<MetaDataIndexBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
MetaDataIndex contains the information to render the index.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataIndex()No args constructor for use in serializationMetaDataIndex(String key, Integer offset, String prefix, Integer step, String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaDataIndexBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()Key will be used as the key to set in the metadata map for cloud-initIntegergetOffset()Offset is the offset to apply to the index when rendering itStringgetPrefix()Prefix is the prefix stringIntegergetStep()Step is the multiplier of the indexStringgetSuffix()Suffix is the suffix stringvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)Key will be used as the key to set in the metadata map for cloud-initvoidsetOffset(Integer offset)Offset is the offset to apply to the index when rendering itvoidsetPrefix(String prefix)Prefix is the prefix stringvoidsetStep(Integer step)Step is the multiplier of the indexvoidsetSuffix(String suffix)Suffix is the suffix stringMetaDataIndexBuildertoBuilder()
-
-
-
Method Detail
-
getKey
public String getKey()
Key will be used as the key to set in the metadata map for cloud-init
-
setKey
public void setKey(String key)
Key will be used as the key to set in the metadata map for cloud-init
-
getOffset
public Integer getOffset()
Offset is the offset to apply to the index when rendering it
-
setOffset
public void setOffset(Integer offset)
Offset is the offset to apply to the index when rendering it
-
getPrefix
public String getPrefix()
Prefix is the prefix string
-
setPrefix
public void setPrefix(String prefix)
Prefix is the prefix string
-
getStep
public Integer getStep()
Step is the multiplier of the index
-
setStep
public void setStep(Integer step)
Step is the multiplier of the index
-
getSuffix
public String getSuffix()
Suffix is the suffix string
-
setSuffix
public void setSuffix(String suffix)
Suffix is the suffix string
-
edit
public MetaDataIndexBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetaDataIndexBuilder>
-
toBuilder
public MetaDataIndexBuilder toBuilder()
-
-