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.Object
V1VirtualMachineInstanceMigrationSpec
-
-
Constructor Summary
Constructors Constructor Description V1VirtualMachineInstanceMigrationSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getVmiName()
The name of the VMI to perform the migration on.int
hashCode()
void
setVmiName(java.lang.String vmiName)
java.lang.String
toString()
V1VirtualMachineInstanceMigrationSpec
vmiName(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-