Method: OvirtSDK4::FencingPolicy#skip_if_gluster_bricks_up=

Defined in:
lib/ovirtsdk4/types.rb

#skip_if_gluster_bricks_up=(value) ⇒ Object

Sets the value of the skip_if_gluster_bricks_up attribute.

Parameters:

  • value (Boolean)


4329
4330
4331
# File 'lib/ovirtsdk4/types.rb', line 4329

def skip_if_gluster_bricks_up=(value)
  @skip_if_gluster_bricks_up = value
end