Class 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.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class SkipIfConnectivityBroken
Properties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | If enabled, we will not fence a host in case more than a configurable percentage of hosts in the cluster lost connectivity as well. |
Threshold
Declaration
[JsonProperty(PropertyName = "threshold")]
public int? Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Threshold for connectivity testing. |