- Acl - Class in org.opennebula.client.acl
-
This class represents an OpenNebula ACL rule.
- Acl(Node, Client) - Constructor for class org.opennebula.client.acl.Acl
-
- AclPool - Class in org.opennebula.client.acl
-
This class represents an OpenNebula ACL rule pool.
- AclPool(Client) - Constructor for class org.opennebula.client.acl.AclPool
-
Creates a new ACL rule pool
- action(String) - Method in class org.opennebula.client.vm.VirtualMachine
-
Submits an action to be performed on the virtual machine.
- addDatastore(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Adds a Datastore to this Cluster
- addDatastore(int) - Method in class org.opennebula.client.cluster.Cluster
-
Adds a Datastore to this Cluster
- addgroup(Client, int, int) - Static method in class org.opennebula.client.user.User
-
Adds the User to a secondary group
- addgroup(int) - Method in class org.opennebula.client.user.User
-
Adds the User to a secondary group
- addHost(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Adds a Host to this Cluster
- addHost(int) - Method in class org.opennebula.client.cluster.Cluster
-
Adds a Host to this Cluster
- addLeases(Client, int, String) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Adds a lease to the VirtualNetwork
- addLeases(String) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Adds a lease to the VirtualNetwork
- addLeases(String, String) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Adds a lease to the VirtualNetwork
- addVnet(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Adds a VNet to this Cluster
- addVnet(int) - Method in class org.opennebula.client.cluster.Cluster
-
Adds a VNet to this Cluster
- ALL - Static variable in class org.opennebula.client.Pool
-
All resources in the pool
- ALL_VM - Static variable in class org.opennebula.client.vm.VirtualMachinePool
-
Flag for Virtual Machines in any state.
- allocate(Client, String, String, String) - Static method in class org.opennebula.client.acl.Acl
-
Allocates a new ACl rule in OpenNebula
- allocate(Client, long, long, long) - Static method in class org.opennebula.client.acl.Acl
-
Allocates a new ACl rule in OpenNebula
- allocate(Client, String) - Static method in class org.opennebula.client.acl.Acl
-
Allocates a new ACl rule in OpenNebula
- allocate(Client, String) - Static method in class org.opennebula.client.cluster.Cluster
-
Allocates a new cluster in OpenNebula
- allocate(Client, String, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Allocates a new Datastore in OpenNebula.
- allocate(Client, String) - Static method in class org.opennebula.client.datastore.Datastore
-
Allocates a new Datastore in OpenNebula.
- allocate(Client, String, int) - Static method in class org.opennebula.client.document.Document
-
Allocates a new Document in OpenNebula.
- allocate(Client, String) - Static method in class org.opennebula.client.group.Group
-
Allocates a new group in OpenNebula
- allocate(Client, String, String, String, String, int) - Static method in class org.opennebula.client.host.Host
-
Allocates a new host in OpenNebula
- allocate(Client, String, String, String, String) - Static method in class org.opennebula.client.host.Host
-
Allocates a new host in OpenNebula
- allocate(Client, String, int) - Static method in class org.opennebula.client.image.Image
-
Allocates a new Image in OpenNebula.
- allocate(Client, String) - Static method in class org.opennebula.client.template.Template
-
Allocates a new Template in OpenNebula.
- allocate(Client, String, String) - Static method in class org.opennebula.client.user.User
-
Allocates a new user in OpenNebula.
- allocate(Client, String, String, String) - Static method in class org.opennebula.client.user.User
-
Allocates a new user in OpenNebula.
- allocate(Client, String) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Allocates a new VM in OpenNebula.
- allocate(Client, String, boolean) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Allocates a new VM in OpenNebula.
- allocate(Client, String, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Allocates a new virtual network in OpenNebula.
- allocate(Client, String) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Allocates a new virtual network in OpenNebula.
- attachdisk(Client, int, String) - Static method in class org.opennebula.client.vm.VirtualMachine
-
- attachdisk(String) - Method in class org.opennebula.client.vm.VirtualMachine
-
- call(String, Object...) - Method in class org.opennebula.client.Client
-
Performs an XML-RPC call.
- cancel() - Method in class org.opennebula.client.vm.VirtualMachine
-
- chauth(Client, int, String, String) - Static method in class org.opennebula.client.user.User
-
Changes the auth driver and the password of the given user
- chauth(String, String) - Method in class org.opennebula.client.user.User
-
Changes the auth driver and the password of the given user
- chauth(String) - Method in class org.opennebula.client.user.User
-
Changes the auth driver of the given user
- chgrp(int) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the group
- chgrp(int) - Method in class org.opennebula.client.document.Document
-
Changes the group
- chgrp(int) - Method in class org.opennebula.client.image.Image
-
Changes the group
- chgrp(int) - Method in class org.opennebula.client.template.Template
-
Changes the group
- chgrp(Client, int, int) - Static method in class org.opennebula.client.user.User
-
Changes the main group of the given user
- chgrp(int) - Method in class org.opennebula.client.user.User
-
Changes the main group of the given user
- chgrp(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the group
- chgrp(int) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the group
- chmod(Client, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Changes the datastore permissions
- chmod(Client, int, String) - Static method in class org.opennebula.client.datastore.Datastore
-
Changes the permissions
- chmod(Client, int, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the datastore permissions
- chmod(String) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.document.Document
-
Changes the document permissions
- chmod(String) - Method in class org.opennebula.client.document.Document
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.document.Document
-
Changes the permissions
- chmod(Client, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.image.Image
-
Changes the Image permissions
- chmod(Client, int, String) - Static method in class org.opennebula.client.image.Image
-
Changes the permissions
- chmod(Client, int, int) - Static method in class org.opennebula.client.image.Image
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.image.Image
-
Changes the Image permissions
- chmod(String) - Method in class org.opennebula.client.image.Image
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.image.Image
-
Changes the permissions
- chmod(Client, String, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.PoolElement
-
Changes the permissions
- chmod(Client, String, int, String) - Static method in class org.opennebula.client.PoolElement
-
Changes the permissions
- chmod(Client, String, int, int) - Static method in class org.opennebula.client.PoolElement
-
Changes the permissions
- chmod(Client, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.template.Template
-
Changes the template permissions
- chmod(Client, int, String) - Static method in class org.opennebula.client.template.Template
-
Changes the permissions
- chmod(Client, int, int) - Static method in class org.opennebula.client.template.Template
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.template.Template
-
Changes the template permissions
- chmod(String) - Method in class org.opennebula.client.template.Template
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.template.Template
-
Changes the permissions
- chmod(Client, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Changes the VM permissions
- chmod(Client, int, String) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Changes the permissions
- chmod(Client, int, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the VM permissions
- chmod(String) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the permissions
- chmod(Client, int, int, int, int, int, int, int, int, int, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the VirtualNetwork permissions
- chmod(Client, int, String) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the permissions
- chmod(Client, int, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the permissions
- chmod(int, int, int, int, int, int, int, int, int) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the VirtualNetwork permissions
- chmod(String) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the permissions
- chmod(int) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the permissions
- chown(Client, int, int, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Changes the owner/group
- chown(int, int) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.datastore.Datastore
-
Changes the owner
- chown(int, int) - Method in class org.opennebula.client.document.Document
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.document.Document
-
Changes the owner
- chown(Client, int, int, int) - Static method in class org.opennebula.client.image.Image
-
Changes the owner/group
- chown(int, int) - Method in class org.opennebula.client.image.Image
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.image.Image
-
Changes the owner
- chown(Client, int, int, int) - Static method in class org.opennebula.client.template.Template
-
Changes the owner/group
- chown(int, int) - Method in class org.opennebula.client.template.Template
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.template.Template
-
Changes the owner
- chown(Client, int, int, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Changes the owner/group
- chown(int, int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Changes the owner
- chown(Client, int, int, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the owner/group
- chown(int, int) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the owner/group
- chown(int) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Changes the owner
- chtype(Client, int, String) - Static method in class org.opennebula.client.image.Image
-
Changes the Image type
- chtype(String) - Method in class org.opennebula.client.image.Image
-
Changes the Image type
- Client - Class in org.opennebula.client
-
This class represents the connection with the core and handles the
xml-rpc calls.
- Client() - Constructor for class org.opennebula.client.Client
-
Creates a new xml-rpc client with default options: the auth.
- Client(String, String) - Constructor for class org.opennebula.client.Client
-
Creates a new xml-rpc client with specified options.
- client - Variable in class org.opennebula.client.OneSystem
-
- client - Variable in class org.opennebula.client.Pool
-
- client - Variable in class org.opennebula.client.PoolElement
-
- ClientConfigurationException - Exception in org.opennebula.client
-
This exception is thrown when a a new Client is constructed with wrong
authorization options.
- ClientConfigurationException(String) - Constructor for exception org.opennebula.client.ClientConfigurationException
-
- clone(String) - Method in class org.opennebula.client.document.Document
-
Clones this document into a new one
- clone(Client, int, String) - Static method in class org.opennebula.client.image.Image
-
Clones this Image into a new one
- clone(String) - Method in class org.opennebula.client.image.Image
-
Clones this Image into a new one
- clone(Client, int, String) - Static method in class org.opennebula.client.template.Template
-
Clones this template into a new one
- clone(String) - Method in class org.opennebula.client.template.Template
-
Clones this template into a new one
- Cluster - Class in org.opennebula.client.cluster
-
This class represents an OpenNebula cluster.
- Cluster(int, Client) - Constructor for class org.opennebula.client.cluster.Cluster
-
Creates a new Cluster representation.
- Cluster(Node, Client) - Constructor for class org.opennebula.client.cluster.Cluster
-
- ClusterPool - Class in org.opennebula.client.cluster
-
This class represents an OpenNebula cluster pool.
- ClusterPool(Client) - Constructor for class org.opennebula.client.cluster.ClusterPool
-
Creates a new cluster pool
- compatibleVersion() - Method in class org.opennebula.client.OneSystem
-
Returns whether of not the oned version is the same as the OCA version
- contains(int) - Method in class org.opennebula.client.datastore.Datastore
-
Returns whether or not the image is part of this datastore
- contains(int) - Method in class org.opennebula.client.group.Group
-
Returns whether or not the user is part of this group
- containsDatastore(int) - Method in class org.opennebula.client.cluster.Cluster
-
Returns whether or not the datastore is part of this cluster
- containsHost(int) - Method in class org.opennebula.client.cluster.Cluster
-
Returns whether or not the host is part of this cluster
- containsVnet(int) - Method in class org.opennebula.client.cluster.Cluster
-
Returns whether or not the vnet is part of this cluster
- Datastore - Class in org.opennebula.client.datastore
-
This class represents an OpenNebula datastore.
- Datastore(int, Client) - Constructor for class org.opennebula.client.datastore.Datastore
-
Creates a new Datastore representation.
- Datastore(Node, Client) - Constructor for class org.opennebula.client.datastore.Datastore
-
- DatastorePool - Class in org.opennebula.client.datastore
-
This class represents an OpenNebula datastore pool.
- DatastorePool(Client) - Constructor for class org.opennebula.client.datastore.DatastorePool
-
Creates a new datastore pool
- delDatastore(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Deletes a Datastore from this Cluster
- delDatastore(int) - Method in class org.opennebula.client.cluster.Cluster
-
Deletes a Datastore from this Cluster
- delete(Client, int) - Static method in class org.opennebula.client.acl.Acl
-
Deletes an ACL rule from OpenNebula.
- delete() - Method in class org.opennebula.client.acl.Acl
-
Deletes the ACL rule from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Deletes a cluster from OpenNebula.
- delete() - Method in class org.opennebula.client.cluster.Cluster
-
Deletes the cluster from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Deletes a datastore from OpenNebula.
- delete() - Method in class org.opennebula.client.datastore.Datastore
-
Deletes the datastore from OpenNebula.
- delete() - Method in class org.opennebula.client.document.Document
-
Deletes a document from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.group.Group
-
Deletes a group from OpenNebula.
- delete() - Method in class org.opennebula.client.group.Group
-
Deletes the group from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.host.Host
-
Deletes a host from OpenNebula.
- delete() - Method in class org.opennebula.client.host.Host
-
Deletes the host from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.image.Image
-
Deletes an image from OpenNebula.
- delete() - Method in class org.opennebula.client.image.Image
-
Deletes the image from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.template.Template
-
Deletes a template from OpenNebula.
- delete() - Method in class org.opennebula.client.template.Template
-
Deletes the template from OpenNebula.
- delete(Client, int) - Static method in class org.opennebula.client.user.User
-
Deletes a user from OpenNebula.
- delete() - Method in class org.opennebula.client.user.User
-
Deletes the user from OpenNebula.
- delete() - Method in class org.opennebula.client.vm.VirtualMachine
-
Deletes the VM from the pool and database.
- delete(boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Deletes the VM from the pool and database.
- delete(Client, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Deletes a network from OpenNebula.
- delete() - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Deletes the network from OpenNebula.
- delgroup(Client, int, int) - Static method in class org.opennebula.client.user.User
-
Removes the User from a secondary group.
- delgroup(int) - Method in class org.opennebula.client.user.User
-
Removes the User from a secondary group.
- delHost(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Deletes a Host from this Cluster
- delHost(int) - Method in class org.opennebula.client.cluster.Cluster
-
Deletes a Host from this Cluster
- delVnet(Client, int, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Deletes a VNet from this Cluster
- delVnet(int) - Method in class org.opennebula.client.cluster.Cluster
-
Deletes a VNet from this Cluster
- deploy(int, boolean, int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Initiates the instance of the VM on the target host.
- deploy(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Initiates the instance of the VM on the target host.
- detachdisk(Client, int, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
- detachdisk(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Deprecated.
- disable() - Method in class org.opennebula.client.host.Host
-
Disables the host
- disable() - Method in class org.opennebula.client.image.Image
-
Disables the image.
- diskAttach(Client, int, String) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Attaches a disk to a running VM
- diskAttach(String) - Method in class org.opennebula.client.vm.VirtualMachine
-
Attaches a disk to a running VM
- diskDetach(Client, int, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Detaches a disk from a running VM
- diskDetach(int) - Method in class org.opennebula.client.vm.VirtualMachine
-
Detaches a disk from a running VM
- diskSnapshot(Client, int, int, String, String, boolean) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Sets the specified vm's disk to be saved in a new image.
- diskSnapshot(int, String, String, boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Sets the specified vm's disk to be saved in a new image.
- diskSnapshot(int, String) - Method in class org.opennebula.client.vm.VirtualMachine
-
Sets the specified vm's disk to be saved in a new image when the
VirtualMachine shuts down.
- diskSnapshot(int, String, boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Sets the specified vm's disk to be saved in a new image.
- Document - Class in org.opennebula.client.document
-
This class represents an OpenNebula document.
- Document(int, Client) - Constructor for class org.opennebula.client.document.Document
-
Creates a new Document representation.
- Document(Node, Client) - Constructor for class org.opennebula.client.document.Document
-
- DocumentPool - Class in org.opennebula.client.document
-
This class represents an OpenNebula Document pool.
- DocumentPool(Client) - Constructor for class org.opennebula.client.document.DocumentPool
-
Creates a new Document pool with the default filter flag value
set to
Pool.MINE_GROUP
(Document belonging to the connected user,
and the ones in his group)
- DocumentPool(Client, int) - Constructor for class org.opennebula.client.document.DocumentPool
-
Creates a new Document pool.
- get_version() - Method in class org.opennebula.client.Client
-
Calls OpenNebula and retrieves oned version
- getById(int) - Method in class org.opennebula.client.acl.AclPool
-
Returns the ACl rule with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.cluster.ClusterPool
-
Returns the Cluster with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.datastore.DatastorePool
-
Returns the Datastore with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.document.DocumentPool
-
Returns the Document with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.group.GroupPool
-
Returns the Group with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.host.HostPool
-
Returns the Host with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.image.ImagePool
-
Returns the Image with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.Pool
-
Returns the element with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.template.TemplatePool
-
Returns the Template with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.user.UserPool
-
Returns the User with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Returns the Virtual Machine with the given Id from the pool.
- getById(int) - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Returns the Virtual Network with the given Id from the pool.
- getConfiguration() - Method in class org.opennebula.client.OneSystem
-
Calls OpenNebula and retrieves oned configuration
- getConfigurationXML() - Method in class org.opennebula.client.OneSystem
-
Calls OpenNebula and retrieves oned configuration
- getErrorMessage() - Method in class org.opennebula.client.OneResponse
-
Returns a string containing the error message, or null
if the response isn't an error.
- getGroupQuotas() - Method in class org.opennebula.client.OneSystem
-
Gets the default group quota limits
- getGroupQuotasXML() - Method in class org.opennebula.client.OneSystem
-
Gets the default group quota limits
- getId() - Method in class org.opennebula.client.PoolElement
-
Returns the element's ID.
- getIntMessage() - Method in class org.opennebula.client.OneResponse
-
Parses the string returned by getMessage
- getLength() - Method in class org.opennebula.client.Pool
-
The number of elements in the pool.
- getMessage() - Method in class org.opennebula.client.OneResponse
-
Returns a string containing the response information, or
null if the response was an error.
- getName() - Method in class org.opennebula.client.PoolElement
-
Returns the element's name.
- getOnedVersion() - Method in class org.opennebula.client.OneSystem
-
Calls OpenNebula and retrieves the oned version
- getUserQuotas() - Method in class org.opennebula.client.OneSystem
-
Gets the default user quota limits
- getUserQuotasXML() - Method in class org.opennebula.client.OneSystem
-
Gets the default user quota limits
- gid() - Method in class org.opennebula.client.PoolElement
-
Returns the element group's ID, or -1 if the element doesn't have one.
- Group - Class in org.opennebula.client.group
-
This class represents an OpenNebula group.
- Group(int, Client) - Constructor for class org.opennebula.client.group.Group
-
Creates a new Group representation.
- Group(Node, Client) - Constructor for class org.opennebula.client.group.Group
-
- GroupPool - Class in org.opennebula.client.group
-
This class represents an OpenNebula group pool.
- GroupPool(Client) - Constructor for class org.opennebula.client.group.GroupPool
-
Creates a new group pool
- id - Variable in class org.opennebula.client.PoolElement
-
- id() - Method in class org.opennebula.client.PoolElement
-
- Image - Class in org.opennebula.client.image
-
This class represents an OpenNebula image.
- Image(int, Client) - Constructor for class org.opennebula.client.image.Image
-
Creates a new Image representation.
- Image(Node, Client) - Constructor for class org.opennebula.client.image.Image
-
- ImagePool - Class in org.opennebula.client.image
-
This class represents an OpenNebula Image pool.
- ImagePool(Client) - Constructor for class org.opennebula.client.image.ImagePool
-
Creates a new Image pool with the default filter flag value
set to
Pool.MINE_GROUP
(Images belonging to the connected user,
and the ones in his group)
- ImagePool(Client, int) - Constructor for class org.opennebula.client.image.ImagePool
-
Creates a new Image pool.
- info(Client) - Static method in class org.opennebula.client.acl.AclPool
-
Retrieves all the hosts in the pool.
- info() - Method in class org.opennebula.client.acl.AclPool
-
Loads the xml representation of the ACL rule pool.
- info(Client, int) - Static method in class org.opennebula.client.cluster.Cluster
-
Retrieves the information of the given cluster.
- info() - Method in class org.opennebula.client.cluster.Cluster
-
Loads the xml representation of the cluster.
- info(Client) - Static method in class org.opennebula.client.cluster.ClusterPool
-
Retrieves all the clusters in the pool.
- info() - Method in class org.opennebula.client.cluster.ClusterPool
-
Loads the xml representation of the cluster pool.
- info(Client, int) - Static method in class org.opennebula.client.datastore.Datastore
-
Retrieves the information of the given Datastore.
- info() - Method in class org.opennebula.client.datastore.Datastore
-
Retrieves the information of the Datastore.
- info(Client) - Static method in class org.opennebula.client.datastore.DatastorePool
-
Retrieves all the datastores in the pool.
- info() - Method in class org.opennebula.client.datastore.DatastorePool
-
Loads the xml representation of the datastore pool.
- info() - Method in class org.opennebula.client.document.Document
-
Retrieves the information of the given Document.
- info() - Method in class org.opennebula.client.document.DocumentPool
-
Loads the xml representation of all or part of the
Documents in the pool.
- info(int, int, int) - Method in class org.opennebula.client.document.DocumentPool
-
Retrieves all or part of the Documents in the pool.
- info(Client, int) - Static method in class org.opennebula.client.group.Group
-
Retrieves the information of the given group.
- info() - Method in class org.opennebula.client.group.Group
-
Loads the xml representation of the group.
- info(Client) - Static method in class org.opennebula.client.group.GroupPool
-
Retrieves all the groups in the pool.
- info() - Method in class org.opennebula.client.group.GroupPool
-
Loads the xml representation of the group pool.
- info(Client, int) - Static method in class org.opennebula.client.host.Host
-
Retrieves the information of the given host.
- info() - Method in class org.opennebula.client.host.Host
-
Loads the xml representation of the host.
- info(Client) - Static method in class org.opennebula.client.host.HostPool
-
Retrieves all the hosts in the pool.
- info() - Method in class org.opennebula.client.host.HostPool
-
Loads the xml representation of the host pool.
- info(Client, int) - Static method in class org.opennebula.client.image.Image
-
Retrieves the information of the given Image.
- info() - Method in class org.opennebula.client.image.Image
-
Retrieves the information of the Image.
- info(Client, int) - Static method in class org.opennebula.client.image.ImagePool
-
Retrieves all or part of the Images in the pool.
- info(Client, int, int, int) - Static method in class org.opennebula.client.image.ImagePool
-
Retrieves all or part of the Images in the pool.
- info() - Method in class org.opennebula.client.image.ImagePool
-
Loads the xml representation of all or part of the
Images in the pool.
- info(int, int, int) - Method in class org.opennebula.client.image.ImagePool
-
Retrieves all or part of the Images in the pool.
- info(Client, String) - Static method in class org.opennebula.client.Pool
-
Info methods
- info(Client, String, int, int, int) - Static method in class org.opennebula.client.Pool
-
- info() - Method in class org.opennebula.client.Pool
-
- info(int, int, int) - Method in class org.opennebula.client.Pool
-
- info(Client, int) - Static method in class org.opennebula.client.template.Template
-
Retrieves the information of the given Template.
- info() - Method in class org.opennebula.client.template.Template
-
Retrieves the information of the Template.
- info(Client, int) - Static method in class org.opennebula.client.template.TemplatePool
-
Retrieves all or part of the Templates in the pool.
- info(Client, int, int, int) - Static method in class org.opennebula.client.template.TemplatePool
-
Retrieves all or part of the Templates in the pool.
- info() - Method in class org.opennebula.client.template.TemplatePool
-
Loads the xml representation of all or part of the
Templates in the pool.
- info(int, int, int) - Method in class org.opennebula.client.template.TemplatePool
-
Retrieves all or part of the Templates in the pool.
- info(Client, int) - Static method in class org.opennebula.client.user.User
-
Retrieves the information of the given user.
- info() - Method in class org.opennebula.client.user.User
-
Loads the xml representation of the user.
- info(Client) - Static method in class org.opennebula.client.user.UserPool
-
Retrieves all the users in the pool.
- info() - Method in class org.opennebula.client.user.UserPool
-
Loads the xml representation of the user pool.
- info(Client, int) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Retrieves the information of the given VM.
- info() - Method in class org.opennebula.client.vm.VirtualMachine
-
Loads the xml representation of the virtual machine.
- info(Client, int) - Static method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all or part of the Virtual Machines in the pool.
- info(Client, int, int, int, int) - Static method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all or part of the Virtual Machines in the pool.
- info() - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Loads the xml representation of all or part of the
Virtual Machines in the pool.
- info(int, int, int, int) - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all or part of the Virtual Machines in the pool.
- info(Client, int) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Retrieves the information of the given virtual network
- info() - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Loads the xml representation of the virtual network.
- info(Client, int) - Static method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all or part of the Virtual Networks in the pool.
- info(Client, int, int, int) - Static method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all or part of the Virtual Networks in the pool.
- info() - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Loads the xml representation of all or part of the
Virtual Networks in the pool.
- info(int, int, int) - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all or part of the Virtual Networks in the pool.
- infoAll() - Method in class org.opennebula.client.document.DocumentPool
-
Loads the xml representation of all the Documents in the pool.
- infoAll(Client) - Static method in class org.opennebula.client.image.ImagePool
-
Retrieves all the Images in the pool.
- infoAll() - Method in class org.opennebula.client.image.ImagePool
-
Loads the xml representation of all the Images in the pool.
- infoAll(Client, String) - Static method in class org.opennebula.client.Pool
-
- infoAll() - Method in class org.opennebula.client.Pool
-
- infoAll(Client) - Static method in class org.opennebula.client.template.TemplatePool
-
Retrieves all the Templates in the pool.
- infoAll() - Method in class org.opennebula.client.template.TemplatePool
-
Loads the xml representation of all the Templates in the pool.
- infoAll(Client) - Static method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all the Virtual Machines in the pool.
- infoAll() - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Loads the xml representation of all the Virtual Machines in the pool.
- infoAll(Client) - Static method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all the Virtual Networks in the pool.
- infoAll() - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Loads the xml representation of all the Virtual Networks in the pool.
- infoGroup() - Method in class org.opennebula.client.document.DocumentPool
-
Loads the xml representation of all the connected user's Documents and
the ones in his group.
- infoGroup(Client) - Static method in class org.opennebula.client.image.ImagePool
-
Retrieves all the connected user's Images and the ones in
his group.
- infoGroup() - Method in class org.opennebula.client.image.ImagePool
-
Loads the xml representation of all the connected user's Images and
the ones in his group.
- infoGroup(Client, String) - Static method in class org.opennebula.client.Pool
-
- infoGroup() - Method in class org.opennebula.client.Pool
-
- infoGroup(Client) - Static method in class org.opennebula.client.template.TemplatePool
-
Retrieves all the connected user's Templates and the ones in
his group.
- infoGroup() - Method in class org.opennebula.client.template.TemplatePool
-
Loads the xml representation of all the connected user's Templates and
the ones in his group.
- infoGroup(Client) - Static method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all the connected user's Virtual Machines and the ones in
his group.
- infoGroup() - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Loads the xml representation of all the connected user's Virtual Machines and
the ones in his group.
- infoGroup(Client) - Static method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all the connected user's Virtual Networks and the ones in
his group.
- infoGroup() - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Loads the xml representation of all the connected user's Virtual Networks and
the ones in his group.
- infoMethod - Variable in class org.opennebula.client.Pool
-
- infoMine() - Method in class org.opennebula.client.document.DocumentPool
-
Loads the xml representation of all the connected user's Documents.
- infoMine(Client) - Static method in class org.opennebula.client.image.ImagePool
-
Retrieves all the connected user's Images.
- infoMine() - Method in class org.opennebula.client.image.ImagePool
-
Loads the xml representation of all the connected user's Images.
- infoMine(Client, String) - Static method in class org.opennebula.client.Pool
-
- infoMine() - Method in class org.opennebula.client.Pool
-
- infoMine(Client) - Static method in class org.opennebula.client.template.TemplatePool
-
Retrieves all the connected user's Templates.
- infoMine() - Method in class org.opennebula.client.template.TemplatePool
-
Loads the xml representation of all the connected user's Templates.
- infoMine(Client) - Static method in class org.opennebula.client.vm.VirtualMachinePool
-
Retrieves all the connected user's Virtual Machines.
- infoMine() - Method in class org.opennebula.client.vm.VirtualMachinePool
-
Loads the xml representation of all the connected user's Virtual Machines.
- infoMine(Client) - Static method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Retrieves all the connected user's Virtual Networks.
- infoMine() - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
Loads the xml representation of all the connected user's Virtual Networks.
- instantiate(Client, int, String, boolean, String) - Static method in class org.opennebula.client.template.Template
-
Creates a VM instance from a Template
- instantiate(String, boolean, String) - Method in class org.opennebula.client.template.Template
-
Creates a VM instance from a Template
- instantiate(String) - Method in class org.opennebula.client.template.Template
-
Creates a VM instance from a Template
- instantiate() - Method in class org.opennebula.client.template.Template
-
Creates a VM instance from a Template
- isEnabled() - Method in class org.opennebula.client.host.Host
-
Returns true if the host is enabled.
- isEnabled() - Method in class org.opennebula.client.image.Image
-
Returns true if the image is enabled.
- isEnabled() - Method in class org.opennebula.client.user.User
-
Returns true if the user is enabled.
- isError() - Method in class org.opennebula.client.OneResponse
-
Returns true if the call resulted in error.
- item(int) - Method in class org.opennebula.client.Pool
-
Returns the indexth element in the pool.
- iterator() - Method in class org.opennebula.client.acl.AclPool
-
- iterator() - Method in class org.opennebula.client.cluster.ClusterPool
-
- iterator() - Method in class org.opennebula.client.datastore.DatastorePool
-
- iterator() - Method in class org.opennebula.client.group.GroupPool
-
- iterator() - Method in class org.opennebula.client.host.HostPool
-
- iterator() - Method in class org.opennebula.client.image.ImagePool
-
- iterator() - Method in class org.opennebula.client.template.TemplatePool
-
- iterator() - Method in class org.opennebula.client.user.UserPool
-
- iterator() - Method in class org.opennebula.client.vm.VirtualMachinePool
-
- iterator() - Method in class org.opennebula.client.vnet.VirtualNetworkPool
-
- parseRule(String) - Static method in class org.opennebula.client.acl.Acl
-
Parses a rule string, e.g.
- passwd(Client, int, String) - Static method in class org.opennebula.client.user.User
-
Changes the password for the given user.
- passwd(String) - Method in class org.opennebula.client.user.User
-
Changes the password for the user.
- persistent(Client, int, boolean) - Static method in class org.opennebula.client.image.Image
-
Sets the Image as persistent or not persistent.
- persistent(boolean) - Method in class org.opennebula.client.image.Image
-
Sets the Image as persistent or not persistent.
- persistent() - Method in class org.opennebula.client.image.Image
-
Sets the Image as persistent
- Pool - Class in org.opennebula.client
-
Represents a generic OpenNebula Pool in XML format
and provides the basic functionality to handle the Pool elements.
- Pool(String, Client, String) - Constructor for class org.opennebula.client.Pool
-
Protected constructor, to be called from subclasses.
- PoolElement - Class in org.opennebula.client
-
Represents a generic element of a Pool in
XML format.
- PoolElement(int, Client) - Constructor for class org.opennebula.client.PoolElement
-
Creates a new PoolElement with the specified attributes.
- PoolElement(Node, Client) - Constructor for class org.opennebula.client.PoolElement
-
Creates a new PoolElement from the xml provided.
- poolElements - Variable in class org.opennebula.client.Pool
-
- poweroff() - Method in class org.opennebula.client.vm.VirtualMachine
-
Powers off a running VM.
- poweroff(boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Powers off a running VM.
- processInfo(OneResponse) - Method in class org.opennebula.client.Pool
-
After a *pool.info call, this method builds the internal xml
representation of the pool.
- processInfo(OneResponse) - Method in class org.opennebula.client.PoolElement
-
After a *.info call, this method builds the internal xml
representation of the pool.
- publish(Client, int, boolean) - Static method in class org.opennebula.client.datastore.Datastore
-
Publishes or unpublishes a datastore.
- publish(boolean) - Method in class org.opennebula.client.datastore.Datastore
-
Publishes or unpublishes the datastore.
- publish() - Method in class org.opennebula.client.datastore.Datastore
-
Publishes the datastore.
- publish(boolean) - Method in class org.opennebula.client.document.Document
-
Publishes or unpublishes a document.
- publish() - Method in class org.opennebula.client.document.Document
-
Publishes the document.
- publish(Client, int, boolean) - Static method in class org.opennebula.client.image.Image
-
Publishes or unpublishes an image.
- publish(boolean) - Method in class org.opennebula.client.image.Image
-
Publishes or unpublishes the image.
- publish() - Method in class org.opennebula.client.image.Image
-
Publishes the image.
- publish(Client, int, boolean) - Static method in class org.opennebula.client.template.Template
-
Publishes or unpublishes a template.
- publish(boolean) - Method in class org.opennebula.client.template.Template
-
Publishes or unpublishes the template.
- publish() - Method in class org.opennebula.client.template.Template
-
Publishes the template.
- publish(Client, int, boolean) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Publishes or unpublishes a virtual network.
- publish(boolean) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Publishes or unpublishes the virtual network.
- publish() - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Publishes the virtual network.
- uid() - Method in class org.opennebula.client.PoolElement
-
Returns the owner User's ID, or -1 if the element doesn't have one.
- undeploy(boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Undeploy a running VM, it preserve its resources and disk modifications.
- unpublish() - Method in class org.opennebula.client.datastore.Datastore
-
Unpublishes the datastore.
- unpublish() - Method in class org.opennebula.client.document.Document
-
Unpublishes the document.
- unpublish() - Method in class org.opennebula.client.image.Image
-
Unpublishes the image.
- unpublish() - Method in class org.opennebula.client.template.Template
-
Unpublishes the template.
- unpublish() - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Unpublishes the virtual network.
- unresched() - Method in class org.opennebula.client.vm.VirtualMachine
-
Unsets the re-scheduling flag for the VM
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.cluster.Cluster
-
Replaces the cluster contents.
- update(String) - Method in class org.opennebula.client.cluster.Cluster
-
Replaces the cluster template.
- update(String, boolean) - Method in class org.opennebula.client.cluster.Cluster
-
Replaces the cluster template.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.datastore.Datastore
-
Replaces the datastore contents.
- update(String) - Method in class org.opennebula.client.datastore.Datastore
-
Replaces the datastore template.
- update(String, boolean) - Method in class org.opennebula.client.datastore.Datastore
-
Replaces the datastore template.
- update(String) - Method in class org.opennebula.client.document.Document
-
Replaces the document template contents.
- update(String, boolean) - Method in class org.opennebula.client.document.Document
-
Replaces the document template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.host.Host
-
Replaces the template contents.
- update(String) - Method in class org.opennebula.client.host.Host
-
Replaces the template contents.
- update(String, boolean) - Method in class org.opennebula.client.host.Host
-
Replaces the template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.image.Image
-
Replaces the template contents.
- update(String) - Method in class org.opennebula.client.image.Image
-
Replaces the template contents.
- update(String, boolean) - Method in class org.opennebula.client.image.Image
-
Replaces the template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.template.Template
-
Replaces the template contents.
- update(String) - Method in class org.opennebula.client.template.Template
-
Replaces the template contents.
- update(String, boolean) - Method in class org.opennebula.client.template.Template
-
Replaces the template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.user.User
-
Replaces the user template contents.
- update(String) - Method in class org.opennebula.client.user.User
-
Replaces the user template contents.
- update(String, boolean) - Method in class org.opennebula.client.user.User
-
Replaces the user template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.vm.VirtualMachine
-
Replaces the user template contents for the given VM.
- update(String) - Method in class org.opennebula.client.vm.VirtualMachine
-
Replaces this VM's user template contents.
- update(String, boolean) - Method in class org.opennebula.client.vm.VirtualMachine
-
Replaces this VM's user template contents.
- update(Client, int, String, boolean) - Static method in class org.opennebula.client.vnet.VirtualNetwork
-
Replaces the VirtualNetwork template contents.
- update(String) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Replaces the VirtualNetwork template contents.
- update(String, boolean) - Method in class org.opennebula.client.vnet.VirtualNetwork
-
Replaces the VirtualNetwork template contents.
- user() - Method in class org.opennebula.client.acl.Acl
-
- User - Class in org.opennebula.client.user
-
This class represents an OpenNebula User.
- User(int, Client) - Constructor for class org.opennebula.client.user.User
-
Creates a new User representation.
- User(Node, Client) - Constructor for class org.opennebula.client.user.User
-
- UserPool - Class in org.opennebula.client.user
-
This class represents an OpenNebula user pool.
- UserPool(Client) - Constructor for class org.opennebula.client.user.UserPool
-
Creates a new user pool