public class MinionProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MinionProfile.Builder |
Modifier and Type | Field and Description |
---|---|
static MinionProfile |
DEFAULT |
static String |
DEFAULT_LOCATION |
Modifier and Type | Method and Description |
---|---|
List<OverlayFile> |
getFiles() |
String |
getId() |
String |
getLocation() |
boolean |
isIcmpSupportEnabled() |
boolean |
isJvmDebuggingEnabled() |
static MinionProfile.Builder |
newBuilder() |
public static MinionProfile DEFAULT
public static final String DEFAULT_LOCATION
public static MinionProfile.Builder newBuilder()
public String getLocation()
public String getId()
public boolean isJvmDebuggingEnabled()
public boolean isIcmpSupportEnabled()
public List<OverlayFile> getFiles()
Copyright © 2022. All rights reserved.