Class SkipIfSdActive
If enabled, we will skip fencing in case the host maintains its lease in the storage.
Inherited Members
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. |