Show / Hide Table of Contents

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.

Inheritance
object
SkipIfConnectivityBroken
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top