Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

onevnet(1) [debian man page]

ONEVNET(1)					     onevnet(1) -- manages OpenNebula networks						ONEVNET(1)

NAME
onevnet SYNOPSIS
onevnet command [args] [options] OPTIONS
-c, --cluster id|name Selects the cluster -l, --list x,y,z Selects columns to display with list command -d, --delay x Sets the delay in seconds for top command -x, --xml Show the resource in xml format -n, --numeric Do not translate user and group IDs -k, --kilobytes Show units in kilobytes -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information COMMANDS
o create file Creates a new Virtual Network from the given template file valid options: cluster o delete range|vnetid_list Deletes the given Virtual Network o addleases vnetid ip [mac] Adds a lease to the Virtual Network o rmleases vnetid ip Removes a lease from the Virtual Network o hold vnetid ip Holds a Virtual Network lease, marking it as used o release vnetid ip Releases a Virtual Network lease on hold o publish range|vnetid_list DEPRECATED, use chmod instead. Publishes the given Virtual Network. A public Virtual Network can be seen and used by other users in the Virtual Network's group. o unpublish range|vnetid_list DEPRECATED, use chmod instead. Unpublishes the given Virtual Network. A private Virtual Network can't be used by any other user. o chgrp range|vnetid_list groupid Changes the Virtual Network group o chown range|vnetid_list userid [groupid] Changes the Virtual Network owner and group o chmod range|vnetid_list octet Changes the Virtual Network permissions o list [filterflag] Lists Virtual Networks in the pool valid options: list, delay, xml, numeric, kilobytes o show vnetid Shows information for the given Virtual Network valid options: xml o update vnetid Launches the system editor to modify and update the template contents ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String o groupid OpenNebula GROUP name or id o userid OpenNebula USER name or id o vnetid OpenNebula VNET name or id o vnetid_list Comma-separated list of OpenNebula VNET names or ids o filterflag a, all all the known VNETs m, mine the VNET belonging to the user in ONE_AUTH g, group 'mine' plus the VNET belonging to the groups the user is member of uid VNET of the user identified by this uid user VNET of the user identified by the username LICENSE
OpenNebula 3.4.1 Copyright 2002-2012, OpenNebula Project Leads (OpenNebula.org) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 April 2012 ONEVNET(1)

Check Out this Related Man Page

Net::LDAP::Control::VLVResponse(3)			User Contributed Perl Documentation			Net::LDAP::Control::VLVResponse(3)

NAME
Net::LDAP::Control::VLVResponse -- LDAPv3 Virtual List View server response SYNOPSIS
See Net::LDAP::Control::VLV DESCRIPTION
"Net::LDAP::Control::VLVResponse" is a sub-class of Net::LDAP::Control. It provides a class for manipulating the LDAP Virtual List View Response control "" If the server supports Virtual List Views, then the response from a search operation will include a VLVResponse control. CONSTRUCTOR ARGUMENTS
In addition to the constructor arguments described in Net::LDAP::Control the following are provided. content An estimate of the number of entries in the complete list. This value should be used in any subsequent Virtual List View control using the same list. context An arbitrary value which is used to associate subsequent requests with the request which this control is a response for. This value should be copied by the client into the Virtual List View control for any subsequent search that uses the same list. result A result code indicating the result of the Virtual List View request. This may be any of the codes listed below. target The list offset of the target entry. METHODS
As with Net::LDAP::Control each constructor argument described above is also available as a method on the object which will return the current value for the attribute if called without an argument, and set a new value for the attribute if called with an argument. RESULT CODES
Possible results from a sort request are listed below. See Net::LDAP::Constant for a definition of each. LDAP_SUCCESS LDAP_OPERATIONS_ERROR LDAP_TIMELIMIT_EXCEEDED LDAP_ADMIN_LIMIT_EXCEEDED LDAP_INSUFFICIENT_ACCESS LDAP_BUSY LDAP_UNWILLING_TO_PERFORM LDAP_OTHER LDAP_SORT_CONTROL_MISSING LDAP_INDEX_RANGE_ERROR SEE ALSO
Net::LDAP, Net::LDAP::Control AUTHOR
Graham Barr <gbarr@pobox.com> Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org> COPYRIGHT
Copyright (c) 2000-2004 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.2 2012-09-20 Net::LDAP::Control::VLVResponse(3)
Man Page