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:
parent
2f758d5b39
commit
55c10a034b
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ class VcloudDirector
|
|||
:IpRanges=> IP_RANGES_TYPE,
|
||||
}
|
||||
},
|
||||
:FenceMode => String,
|
||||
:FenceMode => Fog::Nullable::String,
|
||||
:RetainNetInfoAcrossDeployments => String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue