Class VmDefinition

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

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

    • VmDefinition

      public VmDefinition(com.google.gson.Gson delegate, com.google.gson.JsonObject json)
      Instantiates a new vm definition.
      Parameters:
      delegate - the delegate
      json - the json
  • Method Details