Uses of Class
org.jclouds.cloudstack.options.AccountInDomainOptions

Packages that use AccountInDomainOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of AccountInDomainOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type AccountInDomainOptions
 com.google.common.util.concurrent.ListenableFuture<Long> SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(long securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options)
           
 long SecurityGroupClient.authorizeIngressICMPToCIDRs(long securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options)
          Authorizes a particular ICMP ingress rule for this security group
 com.google.common.util.concurrent.ListenableFuture<Long> SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(long securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
           
 long SecurityGroupClient.authorizeIngressICMPToSecurityGroups(long securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
          Authorizes a particular ICMP ingress rule for this security group
 com.google.common.util.concurrent.ListenableFuture<Long> SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(long securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options)
           
 long SecurityGroupClient.authorizeIngressPortsToCIDRs(long securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options)
          Authorizes a particular TCP or UDP ingress rule for this security group
 com.google.common.util.concurrent.ListenableFuture<Long> SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(long securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
           
 long SecurityGroupClient.authorizeIngressPortsToSecurityGroups(long securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
          Authorizes a particular TCP or UDP ingress rule for this security group
 com.google.common.util.concurrent.ListenableFuture<ISOPermissions> ISOAsyncClient.listISOPermissions(long id, AccountInDomainOptions... options)
          List template visibility and all accounts that have permissions to view this template.
 ISOPermissions ISOClient.listISOPermissions(long id, AccountInDomainOptions... options)
          List template visibility and all accounts that have permissions to view this template.
 com.google.common.util.concurrent.ListenableFuture<Set<TemplatePermission>> TemplateAsyncClient.listTemplatePermissions(long id, AccountInDomainOptions... options)
           
 Set<TemplatePermission> TemplateClient.listTemplatePermissions(long id, AccountInDomainOptions... options)
          List template visibility and all accounts that have permissions to view this template.
 com.google.common.util.concurrent.ListenableFuture<Long> SecurityGroupAsyncClient.revokeIngressRule(long id, AccountInDomainOptions... options)
           
 long SecurityGroupClient.revokeIngressRule(long id, AccountInDomainOptions... options)
          Deletes a particular ingress rule from this security group
 

Uses of AccountInDomainOptions in org.jclouds.cloudstack.options
 

Subclasses of AccountInDomainOptions in org.jclouds.cloudstack.options
 class AssociateIPAddressOptions
          Options used to acquire and associate a public IP to an account.
 class CreateDiskOfferingOptions
          Options to control how disk offerings are created
 class CreateLoadBalancerRuleOptions
          Options used to control what load balancer rules are returned
 class CreateNetworkOptions
          Optional fields for network creation
 class CreateServiceOfferingOptions
          Options to control how service offerings are created
 class CreateSnapshotOptions
          Options for the Snapshot createSnapshot method.
 class CreateVlanIPRangeOptions
          Options to the createVlanIPRange API call.
 class DeployVirtualMachineOptions
          Options used to control what disk offerings are returned
 class ListAccountsOptions
          Options used to control what account information is returned
 class ListAsyncJobsOptions
          Options used to control what asyncJobs information is returned
 class ListFirewallRulesOptions
          Options used to control what firewall rules are returned
 class ListHostsOptions
          Options used to control what hosts information is returned
 class ListIPForwardingRulesOptions
          Options used to control what ip forwarding rules are returned
 class ListISOsOptions
          Options for the ISO listISOs method.
 class ListLoadBalancerRulesOptions
          Options used to control what load balancer rules are returned
 class ListNetworksOptions
          Options used to control what networks information is returned
 class ListPortForwardingRulesOptions
          Options used to control what port forwarding rules are returned
 class ListPublicIPAddressesOptions
          Options used to control what ip addresss information is returned
 class ListSecurityGroupsOptions
          Options used to control what security groups are returned
 class ListSnapshotPoliciesOptions
          Options for the Snapshot listSnapshotPolicies method.
 class ListSnapshotsOptions
          Options for the Snapshot listSnapshots method.
 class ListTemplatesOptions
          Options used to control what templates information is returned
 class ListUsageRecordsOptions
          Options to the GlobalUsageClient.listUsageOptions() API call
 class ListUsersOptions
          Options used to control what user information is returned
 class ListVirtualMachinesOptions
          Options used to control what virtual machines information is returned
 class ListVlanIPRangesOptions
          Options to the listVLANIPRanges() API call
 class ListVolumesOptions
          Options used to control what volume
 class RegisterISOOptions
          Options for the ISO registerISO method.
 class RegisterTemplateOptions
          Options used to control how a template is registered.
 class UpdateDiskOfferingOptions
          Options to control how disk offerings are created
 class UpdateNetworkOfferingOptions
          Options to control how network offerings are created
 class UpdateServiceOfferingOptions
          Options to control how service offerings are created
 

Fields in org.jclouds.cloudstack.options declared as AccountInDomainOptions
static AccountInDomainOptions AccountInDomainOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return AccountInDomainOptions
 AccountInDomainOptions AccountInDomainOptions.accountInDomain(String account, long domain)
           
static AccountInDomainOptions AccountInDomainOptions.Builder.accountInDomain(String account, long domain)
           
 AccountInDomainOptions AccountInDomainOptions.domainId(long domainId)
           
static AccountInDomainOptions AccountInDomainOptions.Builder.domainId(long domainId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.