Sample configuration

Sample configuration where UUID is not provided for the DiskPaths attribute:

VMwareDisks VMwareDisks_1 (
		ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK",
			 "192.168.0.101" = "root=HVJtWTwVLnINjNK",
			 "192.168.0.102" = "root=HVJtWTwVLnINjNK" }
		DiskPaths = {
			 "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_1.vmdk" = "0:1",
			 "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_2.vmdk" = "0:2",
			 "RDM:[SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" }
		)

Sample configuration where UUID is provided for the DiskPaths attribute:

VMwareDisks VMwareDisks_1 (
ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK",
"192.168.0.101" = "root=HVJtWTwVLnINjNK",
"192.168.0.102" = "root=HVJtWTwVLnINjNK" }
DiskPaths = {"RDM:6000C29a-11a3-7845-029d-10737a83ced7:
[SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" }
)