Class 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 Detail

      • NutanixGPU

        public NutanixGPU()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)