Uses of Enum Class
com.xensource.xenapi.Types.NetworkPurpose
-
Uses of Types.NetworkPurpose in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.NetworkPurposeModifier and TypeFieldDescriptionNetwork.Record.purpose
Set of purposes for which the server will use this network First published in XenServer 7.3.Methods in com.xensource.xenapi that return Types.NetworkPurposeModifier and TypeMethodDescriptionstatic Types.NetworkPurpose
Types.toNetworkPurpose
(Object object) static Types.NetworkPurpose
Returns the enum constant of this class with the specified name.static Types.NetworkPurpose[]
Types.NetworkPurpose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi that return types with arguments of type Types.NetworkPurposeModifier and TypeMethodDescriptionNetwork.getPurpose
(Connection c) Get the purpose field of the given network.static Set<Types.NetworkPurpose>
Types.toSetOfNetworkPurpose
(Object object) Methods in com.xensource.xenapi with parameters of type Types.NetworkPurposeModifier and TypeMethodDescriptionvoid
Network.addPurpose
(Connection c, Types.NetworkPurpose value) Give a network a new purpose (if not present already) Minimum allowed role: pool-admin First published in XenServer 7.3.Network.addPurposeAsync
(Connection c, Types.NetworkPurpose value) Give a network a new purpose (if not present already) Minimum allowed role: pool-admin First published in XenServer 7.3.void
Network.removePurpose
(Connection c, Types.NetworkPurpose value) Remove a purpose from a network (if present) Minimum allowed role: pool-admin First published in XenServer 7.3.Network.removePurposeAsync
(Connection c, Types.NetworkPurpose value) Remove a purpose from a network (if present) Minimum allowed role: pool-admin First published in XenServer 7.3.