Uses of Class
org.jclouds.cloudstack.options.AccountInDomainOptions
Packages that use AccountInDomainOptions
-
Uses of AccountInDomainOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type AccountInDomainOptionsModifier and TypeMethodDescriptionSecurityGroupApi.authorizeIngressICMPToCIDRs
(String securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options) Authorizes a particular ICMP ingress rule for this security groupSecurityGroupApi.authorizeIngressICMPToSecurityGroups
(String securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String, String> accountToGroup, AccountInDomainOptions... options) Authorizes a particular ICMP ingress rule for this security groupSecurityGroupApi.authorizeIngressPortsToCIDRs
(String securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options) Authorizes a particular TCP or UDP ingress rule for this security groupSecurityGroupApi.authorizeIngressPortsToSecurityGroups
(String 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 groupISOApi.listISOPermissions
(String id, AccountInDomainOptions... options) List template visibility and all accounts that have permissions to view this template.TemplateApi.listTemplatePermissions
(String id, AccountInDomainOptions... options) List template visibility and all accounts that have permissions to view this template.SecurityGroupApi.revokeIngressRule
(String 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.optionsModifier and TypeClassDescriptionclass
Options used to control what disk offerings are returnedclass
Options used to acquire and associate a public IP to an account.class
Options to control how disk offerings are createdclass
Options used to control what load balancer rules are returnedclass
Optional fields for network creationclass
Options to control how service offerings are createdclass
Options for the Snapshot createSnapshot method.class
Options to the createVlanIPRange API call.class
Options used to control what disk offerings are returnedclass
Options used to control what account information is returnedclass
Options used to control what asyncJobs information is returnedclass
Options used to control what egress firewall rules are returnedclass
Options used to control what firewall rules are returnedclass
Options used to control what hosts information is returnedclass
Options used to control what ip forwarding rules are returnedclass
Options for the ISO listISOs method.class
Options used to control what load balancer rules are returnedclass
Options used to control what networks information is returnedclass
Options used to control what port forwarding rules are returnedclass
Options used to control what account information is returnedclass
Options used to control what ip addresss information is returnedclass
Options used to control what security groups are returnedclass
Options for the Snapshot listSnapshotPolicies method.class
Options for the Snapshot listSnapshots method.class
Options used to control what tags are returnedclass
Options used to control what templates information is returnedclass
Options to the GlobalUsageApi.listUsageOptions() API callclass
Options used to control what user information is returnedclass
Options used to control what virtual machines information is returnedclass
Options to the listVLANIPRanges() API callclass
Options used to control what volumeclass
Options for the ISO registerISO method.class
Options used to control how a template is registered.class
Options to control how disk offerings are createdclass
Options to control how network offerings are createdclass
Options to control how service offerings are createdFields in org.jclouds.cloudstack.options declared as AccountInDomainOptionsMethods in org.jclouds.cloudstack.options that return AccountInDomainOptionsModifier and TypeMethodDescriptionAccountInDomainOptions.accountInDomain
(String account, String domain) static AccountInDomainOptions
AccountInDomainOptions.Builder.accountInDomain
(String account, String domain) static AccountInDomainOptions