Show / Hide Table of Contents

Class SkipIfSdActive

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

Inheritance
object
SkipIfSdActive
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 SkipIfSdActive

Properties

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

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

In this article
Back to top