Uses of Class
com.vhosting.netconf.Operation

Packages that use Operation
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Uses of Operation in com.vhosting.netconf
 

Subclasses of Operation in com.vhosting.netconf
 class CloseSession
          The close-session Netconf operation.
 class Commit
          The commit Netconf operation.
 class CopyConfig
          The copy-config Netconf operation.
 class CreateSubscription
          The create-subscription Netconf operation.
 class DeleteConfig
          The delete-config Netconf operation.
 class DiscardChanges
          The discard-changes Netconf operation.
 class EditConfig
          The edit-config Netconf operation.
 class Get
          The get Netconf operation.
 class GetConfig
          The get-config Netconf operation.
 class KillSession
          The kill-session Netconf operation.
 class Lock
          The lock Netconf operation.
 class PartialLock
          The partial-lock Netconf operation.
 class PartialUnlock
          The partial-unlock Netconf operation.
 class Unlock
          The unlock Netconf operation.
 class Validate
          The validate Netconf operation.
 

Uses of Operation in com.vhosting.netconf.yuma
 

Subclasses of Operation in com.vhosting.netconf.yuma
 class Load
          Load a YANG module into the server.
 class NoOp
          The Yuma Netconf server no-op.
 class Restart
          Restart the Yuma Netconf server.
 class Shutdown
          Shutdown the Yuma Netconf server.