Package org.jclouds.cloudstack.options
Class ListPublicIPAddressesOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListPublicIPAddressesOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what ip addresss information is returned
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountInDomain
(String account, String domain) allocatedOnly
(boolean allocatedOnly) usesVirtualNetwork
(boolean usesVirtualNetwork) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListPublicIPAddressesOptions
public ListPublicIPAddressesOptions()
-
-
Method Details
-
id
- Parameters:
id
- lists ip address by id
-
allocatedOnly
- Parameters:
allocatedOnly
- limits search results to allocated public IP addresses
-
networkId
- Parameters:
networkId
- list ip addresss by networkId.
-
projectId
- Parameters:
projectId
- list ip addresss by project.
-
VLANId
- Parameters:
VLANId
- lists all public IP addresses by VLAN ID
-
IPAddress
- Parameters:
IPAddress
- lists the specified IP address
-
zoneId
- Parameters:
zoneId
- lists all public IP addresses by Zone ID
-
usesVirtualNetwork
- Parameters:
usesVirtualNetwork
- the virtual network for the IP address
-
tags
- Parameters:
tags
- Key/value pairs for tags that need to be matched.
-
accountInDomain
- Overrides:
accountInDomain
in classAccountInDomainOptions
- Parameters:
account
- an optional account for the resourcedomain
- domain id
-
domainId
- Overrides:
domainId
in classAccountInDomainOptions
- Parameters:
domainId
- The domain for the resource
-