Uses of Enum Class
com.xensource.xenapi.Types.VmppArchiveTargetType
-
Uses of Types.VmppArchiveTargetType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VmppArchiveTargetTypeMethods in com.xensource.xenapi that return Types.VmppArchiveTargetTypeModifier and TypeMethodDescriptionVMPP.getArchiveTargetType
(Connection c) Deprecated.static Types.VmppArchiveTargetType
Types.toVmppArchiveTargetType
(Object object) static Types.VmppArchiveTargetType
Returns the enum constant of this class with the specified name.static Types.VmppArchiveTargetType[]
Types.VmppArchiveTargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.VmppArchiveTargetTypeModifier and TypeMethodDescriptionvoid
VMPP.setArchiveTargetType
(Connection c, Types.VmppArchiveTargetType value) Deprecated.