1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[vcloud_director] allow nullable FenceMode

This commit is contained in:
geemus 2014-07-16 11:56:07 -05:00
parent 2f758d5b39
commit 55c10a034b

View file

@ -624,7 +624,7 @@ class VcloudDirector
:IpRanges=> IP_RANGES_TYPE,
}
},
:FenceMode => String,
:FenceMode => Fog::Nullable::String,
:RetainNetInfoAcrossDeployments => String,
}