Uses of Enum Class
com.xensource.xenapi.Types.VmppArchiveFrequency
-
Uses of Types.VmppArchiveFrequency in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VmppArchiveFrequencyMethods in com.xensource.xenapi that return Types.VmppArchiveFrequencyModifier and TypeMethodDescriptionVMPP.getArchiveFrequency
(Connection c) Deprecated.static Types.VmppArchiveFrequency
Types.toVmppArchiveFrequency
(Object object) static Types.VmppArchiveFrequency
Returns the enum constant of this class with the specified name.static Types.VmppArchiveFrequency[]
Types.VmppArchiveFrequency.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.VmppArchiveFrequencyModifier and TypeMethodDescriptionvoid
VMPP.setArchiveFrequency
(Connection c, Types.VmppArchiveFrequency value) Deprecated.