Package kubevirt.io
Class V1VirtualMachineInstanceMigrationSpec
- java.lang.Object
-
- kubevirt.io.V1VirtualMachineInstanceMigrationSpec
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1VirtualMachineInstanceMigrationSpec extends java.lang.ObjectV1VirtualMachineInstanceMigrationSpec
-
-
Constructor Summary
Constructors Constructor Description V1VirtualMachineInstanceMigrationSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetVmiName()The name of the VMI to perform the migration on.inthashCode()voidsetVmiName(java.lang.String vmiName)java.lang.StringtoString()V1VirtualMachineInstanceMigrationSpecvmiName(java.lang.String vmiName)
-
-
-
Method Detail
-
vmiName
public V1VirtualMachineInstanceMigrationSpec vmiName(java.lang.String vmiName)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-