Method: OvirtSDK4::FencingPolicy#hash
- Defined in:
- lib/ovirtsdk4/types.rb
#hash ⇒ Object
Generates a hash value for this object.
4418 4419 4420 4421 4422 4423 4424 4425 |
# File 'lib/ovirtsdk4/types.rb', line 4418 def hash super + @enabled.hash + @skip_if_connectivity_broken.hash + @skip_if_gluster_bricks_up.hash + @skip_if_gluster_quorum_not_met.hash + @skip_if_sd_active.hash end |