public class ServiceActions extends Object implements ModelEntity
| Modifier and Type | Field and Description |
|---|---|
boolean |
isForcedDown |
| Modifier and Type | Method and Description |
|---|---|
static ServiceActions |
forceDown(String binary,
String host) |
static ServiceActions |
forceUp(String binary,
String host) |
String |
getBinary() |
String |
getHost() |
boolean |
isForcedDown() |
public static ServiceActions forceUp(String binary, String host)
public static ServiceActions forceDown(String binary, String host)
public String getBinary()
public String getHost()
public boolean isForcedDown()
Copyright © 2021. All rights reserved.