VirtualMachineIPAddress

Scope: Namespaced
Version: v1alpha2

The resource that defines IP address for virtual machine.

  • apiVersion
    string
  • kind
    string
  • metadata
    object
  • spec
    object

    The desired state of VirtualMachineIPAddress.

    • spec.staticIP
      string

      The requested static IP address that should be assigned to the virtual machine. This field is required only if type is set to ‘Static’.

    • spec.type
      string

      Required value

      Specifies the mode of IP address assignment. Possible values are “Auto” for automatic IP assignment, or “Static” for assigning a specific IP address.

      Allowed values: Auto, Static