Class TunedProfile
- java.lang.Object
-
- io.fabric8.openshift.api.model.tuned.v1.TunedProfile
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<TunedProfileBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class TunedProfile extends Object implements io.fabric8.kubernetes.api.builder.Editable<TunedProfileBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
A Tuned profile.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TunedProfile()No args constructor for use in serializationTunedProfile(String data, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TunedProfileBuilderedit()Map<String,Object>getAdditionalProperties()StringgetData()Specification of the Tuned profile to be consumed by the Tuned daemon.StringgetName()Name of the Tuned profile to be used in the recommend section.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetData(String data)Specification of the Tuned profile to be consumed by the Tuned daemon.voidsetName(String name)Name of the Tuned profile to be used in the recommend section.TunedProfileBuildertoBuilder()
-
-
-
Method Detail
-
getData
public String getData()
Specification of the Tuned profile to be consumed by the Tuned daemon.
-
setData
public void setData(String data)
Specification of the Tuned profile to be consumed by the Tuned daemon.
-
getName
public String getName()
Name of the Tuned profile to be used in the recommend section.
-
setName
public void setName(String name)
Name of the Tuned profile to be used in the recommend section.
-
edit
public TunedProfileBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TunedProfileBuilder>
-
toBuilder
public TunedProfileBuilder toBuilder()
-
-