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 Object
V1VirtualMachineInstanceMigrationSpec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the VMI to perform the migration on.inthashCode()voidsetVmiName(String vmiName) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
vmiName
-
-
Constructor Details
-
V1VirtualMachineInstanceMigrationSpec
public V1VirtualMachineInstanceMigrationSpec()
-
-
Method Details
-
vmiName
-
getVmiName
The name of the VMI to perform the migration on. VMI must exist in the migration objects namespace- Returns:
- vmiName
-
setVmiName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-