Package org.jclouds.cloudstack.options
Class UpdateNetworkOfferingOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.UpdateNetworkOfferingOptions
- All Implemented Interfaces:
HttpRequestOptions
Options to control how network offerings are created
- 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) availability
(NetworkOfferingAvailabilityType availability) displayText
(String displayText) 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
-
UpdateNetworkOfferingOptions
public UpdateNetworkOfferingOptions()
-
-
Method Details
-
name
- Parameters:
name
- service offering name
-
displayText
- Parameters:
displayText
- service offering display text
-
availability
- Parameters:
availability
- the availability of network offering. Default value is Required for Guest Virtual network offering; Optional for Guest Direct network offering
-
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
-