Uses of Enum
com.suse.salt.netapi.datatypes.target.TargetType
Packages that use TargetType
-
Uses of TargetType in com.suse.salt.netapi.datatypes.target
Subclasses with type arguments of type TargetType in com.suse.salt.netapi.datatypes.targetModifier and TypeClassDescriptionenumPossible values for the tgt_type parameter in salt netapi calls.Fields in com.suse.salt.netapi.datatypes.target declared as TargetTypeMethods in com.suse.salt.netapi.datatypes.target that return TargetTypeModifier and TypeMethodDescriptionAbstractTarget.getType()Target.getType()Return the target type.static TargetTypeReturns the enum constant of this type with the specified name.static TargetType[]TargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.suse.salt.netapi.datatypes.target with parameters of type TargetTypeModifierConstructorDescriptionprotectedAbstractTarget(TargetType type, T target) (package private)DictionaryTarget(TargetType type, String target) (package private)DictionaryTarget(TargetType type, String target, char delimiter) (package private)DictionaryTarget(TargetType type, String key, String value) (package private)DictionaryTarget(TargetType type, String key, String value, char delimiter)