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, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListSecurityGroupsOptions() |
Modifier and Type | Method and Description |
---|---|
ListSecurityGroupsOptions |
accountInDomain(String account,
String domain) |
ListSecurityGroupsOptions |
domainId(String domainId) |
ListSecurityGroupsOptions |
id(String id) |
ListSecurityGroupsOptions |
named(String securityGroupName) |
ListSecurityGroupsOptions |
virtualMachineId(String virtualMachineId) |
networkId
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListSecurityGroupsOptions NONE
public ListSecurityGroupsOptions id(String id)
id
- the ID of the security grouppublic ListSecurityGroupsOptions named(String securityGroupName)
securityGroupName
- lists security groups by namepublic ListSecurityGroupsOptions virtualMachineId(String 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, String domain)
accountInDomain
in class AssociateIPAddressOptions
account
- an optional account for the resourcedomain
- domain idpublic ListSecurityGroupsOptions domainId(String domainId)
domainId
in class AssociateIPAddressOptions
domainId
- The domain for the resourceCopyright © 2009-2013 jclouds. All Rights Reserved.