Class DedicatedHost
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.ibmcloud.v1.DedicatedHost
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DedicatedHostBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class DedicatedHost extends Object implements io.fabric8.kubernetes.api.builder.Editable<DedicatedHostBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
DedicatedHost stores the configuration for the machine's dedicated host platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DedicatedHost()No args constructor for use in serializationDedicatedHost(String name, String profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedHostBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name is the name of the dedicated host to provision the machine on.StringgetProfile()Profile is the profile ID for the dedicated host.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name is the name of the dedicated host to provision the machine on.voidsetProfile(String profile)Profile is the profile ID for the dedicated host.DedicatedHostBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
Name is the name of the dedicated host to provision the machine on. If specified, machines will be created on pre-existing dedicated host.
-
setName
public void setName(String name)
Name is the name of the dedicated host to provision the machine on. If specified, machines will be created on pre-existing dedicated host.
-
getProfile
public String getProfile()
Profile is the profile ID for the dedicated host. If specified, new dedicated host will be created for machines.
-
setProfile
public void setProfile(String profile)
Profile is the profile ID for the dedicated host. If specified, new dedicated host will be created for machines.
-
edit
public DedicatedHostBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DedicatedHostBuilder>
-
toBuilder
public DedicatedHostBuilder toBuilder()
-
-