# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1205173462 25200
# Node ID bdfe49f4387203f179d52f4e2e3bd8c2416e4629
# Parent 29e665fff096426ced0f3c7c9ddc7c0924927a07
[RFC] Add optional check parameter field to migration schema
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 29e665fff096 -r bdfe49f43872 schema/VSMigrationSettingData.mof
--- a/schema/VSMigrationSettingData.mof Mon Mar 10 10:56:14 2008 -0700
+++ b/schema/VSMigrationSettingData.mof Mon Mar 10 11:24:22 2008 -0700
@@ -11,6 +11,7 @@ class Xen_VirtualSystemMigrationSettingD
[ ValueMap
{"0","1","2","3","4","5","6"},
Values { "Unknown", "Other", "SSH", "TLS",
"TLS Strict", "TCP", "UNIX" }]
uint16 TransportType;
+ string CheckParameters[];
};
[Provider("cmpi::Virt_VSMigrationSettingData")]
@@ -18,4 +19,5 @@ class KVM_VirtualSystemMigrationSettingD
[ ValueMap
{"0","1","2","3","4","5","6"},
Values { "Unknown", "Other", "SSH", "TLS",
"TLS Strict", "TCP", "UNIX" }]
uint16 TransportType;
+ string CheckParameters[];
};