SkipIfSdActive

class oci.cloud_migrations.models.SkipIfSdActive(**kwargs)

Bases: object

If enabled, we will skip fencing in case the host maintains its lease in the storage.

Methods

__init__(**kwargs) Initializes a new SkipIfSdActive object with values from keyword arguments.

Attributes

is_enabled Gets the is_enabled of this SkipIfSdActive.
__init__(**kwargs)

Initializes a new SkipIfSdActive object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:is_enabled (bool) – The value to assign to the is_enabled property of this SkipIfSdActive.
is_enabled

Gets the is_enabled of this SkipIfSdActive. If enabled, we will skip fencing in case the host maintains its lease in the storage.

Returns:The is_enabled of this SkipIfSdActive.
Return type:bool