Uses of Class
org.jclouds.cloudstack.domain.ISOPermissions
-
Packages that use ISOPermissions Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features -
-
Uses of ISOPermissions in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return ISOPermissions Modifier and Type Method Description ISOPermissions
ISOPermissions.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type ISOPermissions Modifier and Type Method Description T
ISOPermissions.Builder. fromISOPermissions(ISOPermissions in)
-
Uses of ISOPermissions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return ISOPermissions Modifier and Type Method Description ISOPermissions
ISOApi. listISOPermissions(String id, AccountInDomainOptions... options)
List template visibility and all accounts that have permissions to view this template.
-