|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.UpdateNetworkOfferingOptions
public class UpdateNetworkOfferingOptions
Options to control how network offerings are created
| Nested Class Summary | |
|---|---|
static class |
UpdateNetworkOfferingOptions.Builder
|
| Field Summary | |
|---|---|
static UpdateNetworkOfferingOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateNetworkOfferingOptions()
|
|
| Method Summary | |
|---|---|
UpdateNetworkOfferingOptions |
accountInDomain(String account,
long domain)
|
UpdateNetworkOfferingOptions |
availability(NetworkOfferingAvailabilityType availability)
|
UpdateNetworkOfferingOptions |
displayText(String displayText)
|
UpdateNetworkOfferingOptions |
domainId(long domainId)
|
UpdateNetworkOfferingOptions |
name(String name)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final UpdateNetworkOfferingOptions NONE
| Constructor Detail |
|---|
public UpdateNetworkOfferingOptions()
| Method Detail |
|---|
public UpdateNetworkOfferingOptions name(String name)
name - service offering namepublic UpdateNetworkOfferingOptions displayText(String displayText)
displayText - service offering display textpublic UpdateNetworkOfferingOptions availability(NetworkOfferingAvailabilityType availability)
availability - the availability of network offering. Default value is Required for Guest
Virtual network offering; Optional for Guest Direct network offering
public UpdateNetworkOfferingOptions accountInDomain(String account,
long domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic UpdateNetworkOfferingOptions domainId(long domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||