Class VmDefinitionModel

java.lang.Object
org.jdrupes.vmoperator.common.K8sDynamicModel
org.jdrupes.vmoperator.common.VmDefinitionModel
All Implemented Interfaces:
io.kubernetes.client.common.KubernetesObject, io.kubernetes.client.common.KubernetesType

public class VmDefinitionModel extends K8sDynamicModel
Represents a VM definition.
  • Constructor Details

    • VmDefinitionModel

      public VmDefinitionModel(com.google.gson.Gson delegate, com.google.gson.JsonObject json)
      Instantiates a new model from the JSON representation.
      Parameters:
      delegate - the gson instance to use for extracting structured data
      json - the JSON
  • Method Details