Package kubevirt.io

Class V1VirtualMachineInstanceMigrationSpec


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1VirtualMachineInstanceMigrationSpec
    extends java.lang.Object
    V1VirtualMachineInstanceMigrationSpec
    • Field Detail

      • vmiName

        private java.lang.String vmiName
    • Constructor Detail

      • V1VirtualMachineInstanceMigrationSpec

        public V1VirtualMachineInstanceMigrationSpec()
    • Method Detail

      • getVmiName

        public java.lang.String getVmiName()
        The name of the VMI to perform the migration on. VMI must exist in the migration objects namespace
        Returns:
        vmiName
      • setVmiName

        public void setVmiName​(java.lang.String vmiName)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toIndentedString

        private java.lang.String toIndentedString​(java.lang.Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).