Index

A B C D E F G H I J M N P R S T U V W 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form

A

addDocEntry(String, Map<String, DocEntry>) - Methode in Klasse io.github.jnodorp.jiffybox.models.Doc
Add an entry to the doc.
addIp(String, IP) - Methode in Klasse io.github.jnodorp.jiffybox.models.IPSet
Add an ip to the set.

B

Backup - Klasse in io.github.jnodorp.jiffybox.models
This class represents a set of backups belonging to a JiffyBox.
Backup() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Backup
 
BackupConfig - Klasse in io.github.jnodorp.jiffybox.models
A backup configuration consists of a day id and a time id.
BackupConfig() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.BackupConfig
 
BackupEntry - Klasse in io.github.jnodorp.jiffybox.models
Backup entries consist of an id and a timestamp.
BackupEntry() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.BackupEntry
 
backups() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the backups module.
build(String) - Statische Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
Build the module.
build(String) - Statische Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
Build the module.
build(String) - Statische Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleDistributions
Build the module.
build(String) - Statische Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
Build the module.
build(String) - Statische Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
Build the module.
Build - Klasse in io.github.jnodorp.jiffybox
This class contains a static factory method to create a monitoring check builder factory.

C

changePlanJiffyBox(int, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method changes the plan of a JiffyBox.
changePlanJiffyBox(int, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method changes the plan of a JiffyBox.
CHANGING_PLAN - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is changing plan.
compareTo(Distribution) - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
 
compareTo(Plan) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
 
ContactGroup - Klasse in io.github.jnodorp.jiffybox.models
A contact group consists of an id, a name, a list of contacts and a status.
ContactGroup() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.ContactGroup
 
contactGroups() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the contact groups module.
ContactGroupStatus - Enum-Klasse in io.github.jnodorp.jiffybox.models
This enumeration contains all possible states of a contact group.
createContactGroup(String, List<String>) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
There are two possibilities to create contact groups: 1.
createContextual(DeserializationContext, BeanProperty) - Methode in Klasse io.github.jnodorp.jiffybox.models.ResponseDeserializer
 
createJiffyBox(JiffyBoxBuilder) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method creates a JiffyBox.
createManualBackup(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
Each JiffyBox is able to hold exactly one manual backup.
createMonitoringCheck(MonitoringCheckBuilder) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
There are two ways to create a new monitoring check: 1.
createPeriodicalBackups(int, int, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
Using this command you are able to set if periodical backups shall be created.
CREATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is creating.

D

DefaultJiffyBoxBuilder - Klasse in io.github.jnodorp.jiffybox.internal
This class is used to build JiffyBoxes.
DefaultJiffyBoxBuilder() - Konstruktor für Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
 
DefaultJiffyBoxBuilderFactory - Klasse in io.github.jnodorp.jiffybox.internal
This class is used to create jiffy box builders of different types.
DefaultJiffyBoxBuilderFactory(String, int) - Konstruktor für Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilderFactory
Create a new factory for JiffyBoxes.
DefaultJiffyBoxBuilderFactory(String, String) - Konstruktor für Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilderFactory
Create a new factory for JiffyBoxes.
DefaultMonitoringCheckBuilder - Klasse in io.github.jnodorp.jiffybox.internal
A monitoring check consists of an id, a name, a jiffy box, an ip, a check type, a check interval, a reminder interval, a retry tolerance, a status, a port, a path, a username, a password and a list of contact groups.
DefaultMonitoringCheckBuilder(String, String, MonitoringCheckType, Integer) - Konstruktor für Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
Set the name, ip and checkType.
DefaultMonitoringCheckBuilderFactory - Klasse in io.github.jnodorp.jiffybox.internal
This class is used to create monitoring check builder of different types.
DefaultMonitoringCheckBuilderFactory(String, String, Integer) - Konstruktor für Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
Create a new default monitoring check builder factory using the given parameters for each created monitoring check.
deleteBackup(int, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
With this command it is possible to delete a backup using its type (manual, daily, weekly, biweekly) and its unique ID.
deleteContactGroup(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
Using this command you are able to delete contact groups.
deleteJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method deletes a specified JiffyBox.
deleteMonitoringCheck(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
With this command you can delete monitoring checks.
deletePeriodicalBackups(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
By default automated backups of every JiffyBox are created on a daily basis.
DELETING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is deleting.
deserialize(JsonParser, DeserializationContext) - Methode in Klasse io.github.jnodorp.jiffybox.models.ResponseDeserializer
 
Disk - Klasse in io.github.jnodorp.jiffybox.models
A disk consists of a name, a filesystem, a size (in MB), a creation timestamp, a status and a distribution.
Disk() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Disk
 
Distribution - Klasse in io.github.jnodorp.jiffybox.models
A distribution consists of a minimal disk size in MB, a name, a rootdisk mode and a default kernel.
Distribution() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Distribution
 
distributions() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the distributions module.
dns(String, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'dns'.
dns(String, String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
DNS - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A DNS check.
doc() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the doc module.
Doc - Klasse in io.github.jnodorp.jiffybox.models
A documentation consists of a list of doc entries and a description.
Doc() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Doc
 
DocEntry - Klasse in io.github.jnodorp.jiffybox.models
A doc entry consists of a description and parameters.
DocEntry() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.DocEntry
 
duplicateContactGroup(int, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
The duplication of contact groups needs the id of the contact group to duplicate as parameter.
duplicateContactGroup(int, String, List<String>) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
The duplication of contact groups needs the id of the contact group to duplicate as parameter.
duplicateJiffyBox(int, String, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method duplicates an existing JiffyBox.
duplicateJiffyBox(int, String, int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method duplicates an existing JiffyBox.
duplicateJiffyBox(int, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method duplicates an existing JiffyBox.
duplicateJiffyBox(int, String, String, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method duplicates an existing JiffyBox.
duplicateMonitoringCheck(int, MonitoringCheckBuilder) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
Duplicating monitoring checks requires the id of the monitoring check as GET parameter.

E

ERROR - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
The message contains an error.

F

freezeJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method freezes a JiffyBox.
freezeJiffyBox(int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method freezes a JiffyBox.
FREEZING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is freezing.
fromBackup(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.JiffyBoxBuilderFactory
Get a JiffyBox builder.
fromBackup(String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilderFactory
 
fromBackup(String, int, String) - Statische Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
Create a JiffyBox from a backup.
fromBackup(String, String, String) - Statische Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
Create a JiffyBox from a backup.
fromDistribution(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.JiffyBoxBuilderFactory
Get a JiffyBox builder.
fromDistribution(String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilderFactory
 
fromDistribution(String, int, String) - Statische Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
Create a JiffyBox from scratch.
fromDistribution(String, String, String) - Statische Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
Create a JiffyBox from scratch.
fromJson(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
Convert a string to a message type.
fromJson(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
Create a monitoring check type from JSON.
fromJson(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
Convert a string to a message type.
FROZEN - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is frozen.
ftp() - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'ftp'.
ftp() - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
ftp(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'ftp'.
ftp(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
FTP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A FTP check.

G

getActiveProfile() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the active profile.
getBackup(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
This method provides details about every backup of a given JiffyBox.
getBackups() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
You may use this command to display the backups of each JiffyBox but it is significantly slower than the selective querying a single JiffyBox, because the backup servers check the backups availability in a synchronous manner.
getBiweekly() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the biweekly backup entry.
getCheckInterval() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the check interval.
getCheckType() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the check type.
getCode() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringStatus
Get the code.
getContactGroup(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
Provides details regarding a specific contact group.
getContactgroups() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the contact groups.
getContactGroups() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
With this call you get an overview of all contact groups.
getContacts() - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Get the contacts.
getCpus() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the number of CPUs.
getCreated() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupEntry
Get the backup entries creation timestamp.
getCreated() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the creation timestamp.
getCreated() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the creation timestamp.
getCreated() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the creation timestamp.
getDaily() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the daily backup entry.
getDay() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the day.
getDayid() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupConfig
Get the dayid.
getDefaultKernel() - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Get the default kernel.
getDescription() - Methode in Klasse io.github.jnodorp.jiffybox.models.Doc
Get the description.
getDescription() - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Get the description.
getDescription() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameter
Get the description.
getDisks() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the disks.
getDiskSizeInMB() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the disk size in MB.
getDistribution() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the distribution.
getDistribution(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleDistributions
With this call you get details to a specified Linux distribution. id is the hashes key value obtained by reading the whole list.
getDistributions() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleDistributions
Lists all Linux distributions available for initializing hard drives and JiffyBoxes.
getDoc(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleDoc
Provides a brief documentation of the module.
getDocEntries() - Methode in Klasse io.github.jnodorp.jiffybox.models.Doc
Get the doc entries.
getDocs() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleDoc
Provides a list of all modules including a brief description.
getDomainname() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the domain name.
getFilesystem() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the filesystem.
getHost() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the host.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupEntry
Get the backup entries id.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Get the id.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Get the id.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the id.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the id.
getId() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the id.
getIp() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Get the ip.
getIp() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the ip.
getIps() - Methode in Klasse io.github.jnodorp.jiffybox.models.IPSet
Get the ips.
getIps() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the ips.
getIPSet(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleIps
Lists all IP addresses of a single JiffyBox.
getIPSets() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleIps
To display every IP address of each JiffyBox you can use this command.
getIpVersion() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Get the ip version.
getJiffyBox() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the jiffy box.
getJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method provides details of a single JiffyBox.
getJiffyBoxes() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method provides an overview of all set up JiffyBoxes.
getKernel() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the kernel.
getManual() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the manual backup entry.
getMay() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameters
Get the optional parameters.
getMessages() - Methode in Klasse io.github.jnodorp.jiffybox.models.Response
Get the list of messages.
getMessageText() - Methode in Klasse io.github.jnodorp.jiffybox.models.Message
Get the message text.
getMetadata() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the metadata.
getMinDiskSizeMB() - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Get the minimal disk size in MB.
getMonitoringCheck(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
Provides details of a specific monitoring check.
getMonitoringChecks() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
With this call you will get an overview of all monitoring checks.
getMust() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameters
Get the mandatory parameters.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the name.
getName() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the name.
getParameters() - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Get the parameters.
getPassword() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the password.
getPath() - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Get the path.
getPath() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the path.
getPlan() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the plan.
getPlan(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModulePlans
Provides detail of a specified plan.
getPlan(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModulePlans
Provides detail of a specified plan.
getPlans() - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModulePlans
Provides a list of all plans available to order.
getPort() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the port.
getPriceCap() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the maximum price per month.
getPricePerHour() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the price per hour.
getPricePerHourFrozen() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the price per hour frozen.
getPrivate() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBoxIps
Get the private ips.
getPublic() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBoxIps
Get the public ips.
getRamInMB() - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Get the RAM in MB.
getReminderInterval() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the reminder interval.
getResponse() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringStatus
Get the response.
getResult() - Methode in Klasse io.github.jnodorp.jiffybox.models.Response
Get the responses result as the previously defined type.
getRetryTolerance() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the retry tolerance.
getReverseLookup() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Get the reverse lookup information.
getRootdisk() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the rootdisk.
getRootdiskMode() - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Get the rootdisk mode.
getRootdiskMode() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the rootdisk mode.
getRunlevel() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the runlevel.
getRunningSince() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the running since timestamp.
getSizeInMB() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the size in MB.
getStatus() - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Get the status.
getStatus() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Get the status.
getStatus() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get the status.
getStatus() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the status.
getStatus() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Get the status.
getStatus(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
Provides the current status of a single monitoring check.
getStatuses(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleMonitoring
With this call you get the current status of every active monitoring check defined on a given IP address.
getTime() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the time.
getTimeid() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupConfig
Get the timeid.
getType() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Get the type.
getType() - Methode in Klasse io.github.jnodorp.jiffybox.models.Message
Get the type.
getType() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameter
Get the type.
getUsername() - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Get the username.
getVerb() - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Get the verb.
getWeekly() - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Get the weekly backup entry.

H

http(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'http'.
http(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
http(String, String, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'http'.
http(String, String, String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
HTTP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A HTTP check.
https(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'https'.
https(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
https(String, String, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'https'.
https(String, String, String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
HTTPS - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A HTTPS check.

I

imap(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'imap'.
imap(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
imap(String, String, boolean) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'imap'.
imap(String, String, boolean) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
IMAP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A IMAP check.
io.github.jnodorp.jiffybox - Package io.github.jnodorp.jiffybox
 
io.github.jnodorp.jiffybox.builders - Package io.github.jnodorp.jiffybox.builders
 
io.github.jnodorp.jiffybox.internal - Package io.github.jnodorp.jiffybox.internal
 
io.github.jnodorp.jiffybox.models - Package io.github.jnodorp.jiffybox.models
 
io.github.jnodorp.jiffybox.modules - Package io.github.jnodorp.jiffybox.modules
 
IP - Klasse in io.github.jnodorp.jiffybox.models
An IP consists of an id, an ip, an ip version, if it is a subnet, the reverse lookup information, a type and if it is floating.
IP() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.IP
 
ips() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the ips module.
IPSet - Klasse in io.github.jnodorp.jiffybox.models
An ip set consists of ips.
IPSet() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.IPSet
 
isBeingCopied() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get if the JiffyBox is being copied.
isFloating() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Is this ip floating.
isManualBackupRunning() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Check if a manual backup is running.
isRecoverymodeActive() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Check if the recovery mode is active.
isRunning() - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Get if the JiffyBox is running.
isSubnet() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Is this ip a subnet?

J

jiffyBox(String, int) - Statische Methode in Klasse io.github.jnodorp.jiffybox.Build
Create a new JiffyBox builder factory.
jiffyBox(String, String) - Statische Methode in Klasse io.github.jnodorp.jiffybox.Build
Create a new JiffyBox builder factory.
JiffyBox - Klasse in io.github.jnodorp.jiffybox.models
This class contains all information associated with a JiffyBox.
JiffyBox() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.JiffyBox
 
JiffyBoxApi - Klasse in io.github.jnodorp.jiffybox
This is the base class of the JiffyBox API.
JiffyBoxApi(String) - Konstruktor für Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Create a new instance using a specified token and the default host.
JiffyBoxApi(String, String) - Konstruktor für Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Create a new instance using a specified token and host.
JiffyBoxBuilder - Schnittstelle in io.github.jnodorp.jiffybox.builders
This class is used to build JiffyBoxes.
JiffyBoxBuilderFactory - Schnittstelle in io.github.jnodorp.jiffybox.builders
This class is used to create jiffy box builders of different types.
jiffyBoxes() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the jiffy boxes module.
JiffyBoxIps - Klasse in io.github.jnodorp.jiffybox.models
JiffyBoxIps consist of a list of public and a list of private ips.
JiffyBoxIps() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.JiffyBoxIps
 

M

Message - Klasse in io.github.jnodorp.jiffybox.models
A message is sometimes returned by responses.
Message() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Message
 
MessageType - Enum-Klasse in io.github.jnodorp.jiffybox.models
This enumeration provides all possible message types.
metadata() - Statische Methode in Klasse io.github.jnodorp.jiffybox.Build
Create a new JSON object to build the metadata.
ModuleBackups - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the backups module.
ModuleContactGroups - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the contactGroups module.
ModuleDistributions - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the distributions module.
ModuleDoc - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the doc module.
ModuleIps - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the ips module.
ModuleJiffyBoxes - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the jiffyBoxes module.
ModuleMonitoring - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the monitoring module.
ModulePlans - Schnittstelle in io.github.jnodorp.jiffybox.modules
This interface describes the plans module.
monitoring() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the monitoring module.
monitoringCheck(String, String, Integer) - Statische Methode in Klasse io.github.jnodorp.jiffybox.Build
Create a new monitoring check builder factory.
MonitoringCheck - Klasse in io.github.jnodorp.jiffybox.models
A monitoring check consists of an id, a name, a jiffy box, an ip, a check type, a check interval, a reminder interval, a retry tolerance, a status, a port, a path, a username, a password and a list of contact groups.
MonitoringCheck() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
 
MonitoringCheckBuilder - Schnittstelle in io.github.jnodorp.jiffybox.builders
This class is used to build monitoring checks.
MonitoringCheckBuilderFactory - Schnittstelle in io.github.jnodorp.jiffybox.builders
This class is used to create monitoring check builder of different types.
MonitoringCheckStatus - Enum-Klasse in io.github.jnodorp.jiffybox.models
This enumeration contains all possible states of a monitoring check.
MonitoringCheckType - Enum-Klasse in io.github.jnodorp.jiffybox.models
This enumeration contains all available types of monitoring checks.
MonitoringStatus - Klasse in io.github.jnodorp.jiffybox.models
A monitoring status consists of a code and a response.
MonitoringStatus() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.MonitoringStatus
 
moveIPAddress(int, int, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleIps
Using this command you can move IPv4 addresses between JiffyBoxes.
mysql(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'mysql'.
mysql(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
MYSQL - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A MySQL check.

N

NOTICE - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
The message contains a notification.

P

Parameter - Klasse in io.github.jnodorp.jiffybox.models
A parameter consists of a type and a description.
Parameter() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Parameter
 
Parameters - Klasse in io.github.jnodorp.jiffybox.models
A list of parameters consists of mandatory parameters (must) and optional parameters (may).
Parameters() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Parameters
 
ping() - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'ping'.
ping() - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
PING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A ping check.
Plan - Klasse in io.github.jnodorp.jiffybox.models
A plan consists of an id, a name, a disk size in MB, a RAM in MB, a price per hour, a price per hour frozen and the number of CPUs.
Plan() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Plan
 
plans() - Methode in Klasse io.github.jnodorp.jiffybox.JiffyBoxApi
Get an instance of the plans module.
pop3(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'pop3'.
pop3(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
pop3(String, String, boolean) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'pop3'.
pop3(String, String, boolean) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
POP3 - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A POP3 check.
PORT_TCP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A TCP port check.
PORT_UDP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A UDP port check.
portTcp() - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'portTcp'.
portTcp() - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
portUdp(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'portUdp'.
portUdp(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
preserveType() - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder which will preserve the previous type on duplication.
preserveType() - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
Profile - Klasse in io.github.jnodorp.jiffybox.models
A profile consists of a name, a creation timestamp, a runlevel, a kernel, a rootdisk, a rootdisk mode, a status and disks.
Profile() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Profile
 
pullplugJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method invokes a 'pull plug' on a JiffyBox.
pullplugJiffyBox(int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method invokes a 'pull plug' on a JiffyBox.

R

READY - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is ready.
Response<T> - Klasse in io.github.jnodorp.jiffybox.models
A response is generated by each request.
Response() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.Response
 
ResponseDeserializer - Klasse in io.github.jnodorp.jiffybox.models
 
ResponseDeserializer() - Konstruktor für Klasse io.github.jnodorp.jiffybox.models.ResponseDeserializer
 
restoreBackup(int, String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
With this command it is possible to replace the content of a given JiffyBox with a given backup.
RUNNING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is running.

S

setActiveProfile(Profile) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the active profile.
setBeingCopied(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set if the JiffyBox is being copied.
setBiweekly(BackupEntry) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the biweekly backup entry.
setCheckInterval(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the check interval.
setCheckType(MonitoringCheckType) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the check type.
setCode(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringStatus
Set the code.
setContactgroups(List<ContactGroup>) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the contact groups.
setContacts(List<String>) - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Set the contacts.
setCpus(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the number of CPUs.
setCreated(long) - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupEntry
Set the creation timestamp.
setCreated(long) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the creation timestamp.
setCreated(long) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the creation timestamp.
setCreated(long) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the creation timestamp.
setDaily(BackupEntry) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the daily backup entry.
setDay(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the day.
setDayid(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupConfig
Set the dayid.
setDefaultKernel(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Set the default kernel.
setDescription(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Doc
Set the description.
setDescription(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Set the description.
setDescription(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameter
Set the description.
setDisks(Map<String, Disk>) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the disks.
setDiskSizeInMB(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the disk size in MB.
setDistribution(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the distribution.
setDomainname(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the domain name.
setFilesystem(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the filesystem.
setFloating(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set is floating?
setHost(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the host.
setId(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Set the id.
setId(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set the id.
setId(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the id.
setId(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the id.
setId(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the id.
setId(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupEntry
Set the id.
setIp(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set the ip.
setIp(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the ip.
setIps(JiffyBoxIps) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the ips.
setIpVersion(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set the ip version.
setJiffyBox(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the jiffy box.
setKernel(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the kernel.
setManual(BackupEntry) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the manual backup entry.
setManualBackupRunning(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set if a manual backup is running.
setMay(Map<String, Parameter>) - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameters
Set the optional parameters.
setMessages(List<Message>) - Methode in Klasse io.github.jnodorp.jiffybox.models.Response
Set the messages.
setMessageText(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Message
Set the message text.
setMetadata(Map<String, Object>) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the metadata.
setMinDiskSizeMB(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Set the minimal disk size in MB.
setMust(Map<String, Parameter>) - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameters
Set the mandatory parameters.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the name.
setName(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the name.
setParameters(Parameters) - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Set the parameters.
setPassword(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the password.
setPath(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Set the path.
setPath(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the path.
setPlan(Plan) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the plan.
setPort(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the port.
setPriceCap(float) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the maximum price per month.
setPricePerHour(float) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the price per hour.
setPricePerHourFrozen(float) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the price per hour frozen.
setPrivate(List<String>) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBoxIps
Set the private ips.
setPublic(List<String>) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBoxIps
Set the public ips.
setRamInMB(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Plan
Set the RAM in MB.
setRecoverymodeActive(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set if the recovery mode is active.
setReminderInterval(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the reminder interval.
setResponse(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringStatus
Set the response.
setResult(T) - Methode in Klasse io.github.jnodorp.jiffybox.models.Response
Set the result.
setRetryTolerance(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the retry tolerance.
setReverseLookup(Object) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set the reverse lookup information.
setRootdisk(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the rootdisk.
setRootdiskMode(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Distribution
Set the rootdisk mode.
setRootdiskMode(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the rootdisk mode.
setRunlevel(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set runlevel.
setRunning(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set if the JiffyBox is running.
setRunningSince(long) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the running since timestamp.
setSizeInMB(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the size in MB.
setStatus(ContactGroupStatus) - Methode in Klasse io.github.jnodorp.jiffybox.models.ContactGroup
Set the status.
setStatus(MonitoringCheckStatus) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the status.
setStatus(Status) - Methode in Klasse io.github.jnodorp.jiffybox.models.JiffyBox
Set the status.
setStatus(Status) - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Set the status.
setStatus(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Set the status.
setSubnet(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set isSubnet.
setTime(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the time.
setTimeid(int) - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupConfig
Set the timeid.
setType(MessageType) - Methode in Klasse io.github.jnodorp.jiffybox.models.Message
Set the type.
setType(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Set the type.
setType(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameter
Set the type.
setUsername(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.MonitoringCheck
Set the username.
setVerb(String) - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Set the verb.
setWeekly(BackupEntry) - Methode in Klasse io.github.jnodorp.jiffybox.models.Backup
Set the weekly backup entry.
shutdownJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method invokes a shutdown on a JiffyBox.
shutdownJiffyBox(int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method invokes a shutdown on a JiffyBox.
smtp(String, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'smtp'.
smtp(String, String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
SMTP - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A smtp check.
ssh() - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilderFactory
Get a monitoring check builder to create a monitoring check of the type 'ssh'.
ssh() - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilderFactory
 
SSH - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
A SSH check.
startJiffyBox(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method starts a JiffyBox.
startJiffyBox(int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method starts a JiffyBox.
Status - Enum-Klasse in io.github.jnodorp.jiffybox.models
This enumeration contains all possible states of a profile / JiffyBox.
STATUS_CREATED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is created.
STATUS_CREATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is creating.
STATUS_DEACTIVATED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is deactivated.
STATUS_DEACTIVATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is deactivating.
STATUS_DELETED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
The contact group has been deleted.
STATUS_DELETED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is deleted.
STATUS_DELETING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
The contact group is deleting.
STATUS_DELETING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is deleting.
STATUS_ERROR - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is in error.
STATUS_ERROR_RETRY - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is in error and will be retried.
STATUS_OFFLINE - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is offline.
STATUS_READY - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
The contact group is ready.
STATUS_READY - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is ready.
STATUS_UPDATED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
The contact group has been updated.
STATUS_UPDATED - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is updated.
STATUS_UPDATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
The contact group is updating.
STATUS_UPDATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
The monitoring check is updating.
SUCCESS - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
The message is a success message.

T

THAWING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is thawing.
thawJiffyBox(int, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method thaws a JiffyBox.
thawJiffyBox(int, int, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method thaws a JiffyBox.
thawJiffyBox(int, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method thaws a JiffyBox.
thawJiffyBox(int, String, ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleJiffyBoxes
This method thaws a JiffyBox.
toJson() - Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
Convert a message type to a string.
toJson() - Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
Get the JSON value.
toJson() - Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
Convert a message type to a string.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupConfig
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.BackupEntry
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Disk
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Doc
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.DocEntry
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.IP
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Message
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameter
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Parameters
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Profile
Try to return the object as JSON.
toString() - Methode in Klasse io.github.jnodorp.jiffybox.models.Response
Try to return the object as JSON.

U

updateContactGroup(int, String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
With this command contact groups (except "Stammdaten-E-Mail-Addresse") can be changed.
updateContactGroup(int, String, List<String>) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
With this command contact groups (except "Stammdaten-E-Mail-Addresse") can be changed.
updateContactGroup(int, List<String>) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleContactGroups
With this command contact groups (except "Stammdaten-E-Mail-Addresse") can be changed.
updatePeriodicalBackups(int, int, int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.modules.ModuleBackups
Using this command you are able to change an existing backup configuration.
UPDATING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
The profile / JiffyBox is updating.
useSshKey(boolean) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.JiffyBoxBuilder
Set whether to use a ssh key.
useSshKey(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
 

V

valueOf(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.ContactGroupStatus
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckStatus
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.MonitoringCheckType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse io.github.jnodorp.jiffybox.models.Status
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.

W

WARNING - Enum-Konstante in Enum-Klasse io.github.jnodorp.jiffybox.models.MessageType
The message contains a warning.
withActive(boolean) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set active.
withActive(boolean) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
withCheckInterval(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set the check interval.
withCheckInterval(int) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
withContactgroups(List<Integer>) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set the contact groups.
withContactgroups(List<Integer>) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
withMetadata(ObjectNode) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.JiffyBoxBuilder
Set the metadata.
withMetadata(ObjectNode) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
 
withPassword(String) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.JiffyBoxBuilder
Set the password.
withPassword(String) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultJiffyBoxBuilder
 
withReminderInterval(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set the reminder interval.
withReminderInterval(int) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
withRetryTolerance(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set the retry tolerance.
withRetryTolerance(int) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
withTimeout(int) - Methode in Schnittstelle io.github.jnodorp.jiffybox.builders.MonitoringCheckBuilder
Set the timeout.
withTimeout(int) - Methode in Klasse io.github.jnodorp.jiffybox.internal.DefaultMonitoringCheckBuilder
 
A B C D E F G H I J M N P R S T U V W 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form