Method will be one of the supported ways to trigger an instance fencing
const (
// UsingAnnotation it is a keyword to use while fencing on/off the instances using annotation method UsingAnnotation Method = "annotation"
// UsingPlugin it is a keyword to use while fencing on/off the instances using plugin method UsingPlugin Method = "plugin"
)