Class NutanixGPU
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1.NutanixGPU
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixGPUBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixGPU extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixGPUBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NutanixGPU holds the identity of a Nutanix GPU resource in the Prism Central- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixGPU()No args constructor for use in serializationNutanixGPU(Integer deviceID, String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixGPUBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetDeviceID()deviceID is the GPU device ID with the integer value.StringgetName()name is the GPU device nameStringgetType()type is the identifier type of the GPU device.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDeviceID(Integer deviceID)deviceID is the GPU device ID with the integer value.voidsetName(String name)name is the GPU device namevoidsetType(String type)type is the identifier type of the GPU device.NutanixGPUBuildertoBuilder()
-
-
-
Method Detail
-
getDeviceID
public Integer getDeviceID()
deviceID is the GPU device ID with the integer value.
-
setDeviceID
public void setDeviceID(Integer deviceID)
deviceID is the GPU device ID with the integer value.
-
getName
public String getName()
name is the GPU device name
-
setName
public void setName(String name)
name is the GPU device name
-
getType
public String getType()
type is the identifier type of the GPU device. Valid values are Name and DeviceID.
-
setType
public void setType(String type)
type is the identifier type of the GPU device. Valid values are Name and DeviceID.
-
edit
public NutanixGPUBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixGPUBuilder>
-
toBuilder
public NutanixGPUBuilder toBuilder()
-
-