public class ListSecurityGroupsOptions extends AssociateIPAddressOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSecurityGroupsOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListSecurityGroupsOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListSecurityGroupsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListSecurityGroupsOptions |
accountInDomain(String account,
long domain) |
ListSecurityGroupsOptions |
domainId(long domainId) |
ListSecurityGroupsOptions |
id(long id) |
ListSecurityGroupsOptions |
named(String securityGroupName) |
ListSecurityGroupsOptions |
virtualMachineId(long virtualMachineId) |
networkIdbuildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListSecurityGroupsOptions NONE
public ListSecurityGroupsOptions id(long id)
id - the ID of the security grouppublic ListSecurityGroupsOptions named(String securityGroupName)
securityGroupName - lists security groups by namepublic ListSecurityGroupsOptions virtualMachineId(long virtualMachineId)
virtualMachineId - the ID of the virtual machine. Pass this in if you want to see
the available service offering that a virtual machine can be
changed to.public ListSecurityGroupsOptions accountInDomain(String account, long domain)
accountInDomain in class AssociateIPAddressOptionsaccount - an optional account for the resourcedomain - domain idpublic ListSecurityGroupsOptions domainId(long domainId)
domainId in class AssociateIPAddressOptionsdomainId - The domain for the resourceCopyright © 2009-2012 jclouds. All Rights Reserved.