Uses of Class
org.jclouds.cloudstack.domain.PermissionOperation

Packages that use PermissionOperation
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of PermissionOperation in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return PermissionOperation
static PermissionOperation PermissionOperation.fromValue(String format)
           
static PermissionOperation PermissionOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PermissionOperation[] PermissionOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PermissionOperation in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type PermissionOperation
 UpdateISOPermissionsOptions UpdateISOPermissionsOptions.operation(PermissionOperation operation)
           
static UpdateISOPermissionsOptions UpdateISOPermissionsOptions.Builder.operation(PermissionOperation operation)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.