SkipIfConnectivityBroken¶
-
class
oci.cloud_migrations.models.SkipIfConnectivityBroken(**kwargs)¶ Bases:
objectIf enabled, we will not fence a host in case more than a configurable percentage of hosts in the cluster lost connectivity as well.
Methods
__init__(**kwargs)Initializes a new SkipIfConnectivityBroken object with values from keyword arguments. Attributes
is_enabledGets the is_enabled of this SkipIfConnectivityBroken. thresholdGets the threshold of this SkipIfConnectivityBroken. -
__init__(**kwargs)¶ Initializes a new SkipIfConnectivityBroken 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 SkipIfConnectivityBroken.
- threshold (int) – The value to assign to the threshold property of this SkipIfConnectivityBroken.
-
is_enabled¶ Gets the is_enabled of this SkipIfConnectivityBroken. If enabled, we will not fence a host in case more than a configurable percentage of hosts in the cluster lost connectivity as well.
Returns: The is_enabled of this SkipIfConnectivityBroken. Return type: bool
-
threshold¶ Gets the threshold of this SkipIfConnectivityBroken. Threshold for connectivity testing.
Returns: The threshold of this SkipIfConnectivityBroken. Return type: int
-