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 |
projectId(String projectId) |
ListSecurityGroupsOptions |
tags(Map<String,String> tags) |
ListSecurityGroupsOptions |
virtualMachineId(String virtualMachineId) |
networkIdbuildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic 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 projectId(String projectId)
projectId in class AssociateIPAddressOptionsprojectId - the ID of the project to search in.public ListSecurityGroupsOptions tags(Map<String,String> tags)
tags - Key/value pairs for tags that need to be matched.public ListSecurityGroupsOptions accountInDomain(String account, String domain)
accountInDomain in class AssociateIPAddressOptionsaccount - an optional account for the resourcedomain - domain idpublic ListSecurityGroupsOptions domainId(String domainId)
domainId in class AssociateIPAddressOptionsdomainId - The domain for the resourceCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.