Package org.jclouds.cloudstack.options
Class ListNetworkOfferingsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListNetworkOfferingsOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what network offerings are 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 TypeMethodDescriptionavailability
(NetworkOfferingAvailabilityType availability) displayText
(String displayText) isDefault
(boolean isDefault) isShared
(boolean isShared) specifyVLAN
(boolean specifyVLAN) trafficType
(TrafficType trafficType) 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
-
ListNetworkOfferingsOptions
public ListNetworkOfferingsOptions()
-
-
Method Details
-
zoneId
- Parameters:
zoneId
- list network offerings available for network creation in specific zone
-
id
- Parameters:
id
- the ID of the network offering
-
name
- Parameters:
name
- the network offering name
-
displayText
- Parameters:
displayText
- network offerings by display text
-
availability
- Parameters:
availability
- the availability of network offering. Default value is Required
-
isDefault
- Parameters:
isDefault
- true if network offering is default, false otherwise
-
specifyVLAN
- Parameters:
specifyVLAN
- True if we allow the network supports vlan, false otherwise. If you create network using this offering, you must specify vlan.
-
trafficType
- Parameters:
trafficType
- type of the traffic
-