public final class ImportModes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CREATE
Only create new instances.
|
static int |
REPLACE_CREATE
Replaces existing data, if there is any data available for import for the
current
ManagedObject and creates data that does not yet exist. |
static int |
UPDATE
Only update existing data.
|
static int |
UPDATE_CREATE
In contrast to
REPLACE_CREATE , only existing data is updated
or new data is created. |
public static final int REPLACE_CREATE
ManagedObject
and creates data that does not yet exist.public static final int UPDATE_CREATE
REPLACE_CREATE
, only existing data is updated
or new data is created. Existing data for a ManagedObject
which
is not updated through imported data, will not be changed (deleted)
during import.public static final int UPDATE
public static final int CREATE
Copyright © 2017 SNMP4J.org. All rights reserved.