Class VmCreateRequest

java.lang.Object
com.iland.core.web.rest.request.vm.VmCreateRequest
All Implemented Interfaces:
Serializable

public class VmCreateRequest extends Object implements Serializable
Vm Create Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Get the vm name.
      Returns:
      String vm name
    • getDescription

      public String getDescription()
      Get the VM description.
      Returns:
      String description.
    • getIpAddressingMode

      public IPAddressingMode getIpAddressingMode()
      Get the IP addressing mode.
      Returns:
      IPAddressingMode ip addressing mode
    • getNetworkUuid

      public String getNetworkUuid()
      Get the network uuid.
      Returns:
      String network uuid
    • getVappTemplateUuid

      public String getVappTemplateUuid()
      Get the vapp template uuid.
      Returns:
      String vapp template uuid
    • getVmTemplateUuid

      public String getVmTemplateUuid()
      Get the vm template uuid.
      Returns:
      String vm template uuid
    • getIpAddress

      public String getIpAddress()
      Get the ip address.
      Returns:
      String ip address
    • getStorageProfileUuid

      public String getStorageProfileUuid()
      Get the storage profile uuid.
      Returns:
      String storage profile uuid
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object