org.jclouds.vcloud.director.v1_5.domain.org
Class OrgGeneralSettings.Builder<B extends OrgGeneralSettings.Builder<B>>
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.org.OrgGeneralSettings.Builder<B>
- Enclosing class:
- OrgGeneralSettings
public abstract static class OrgGeneralSettings.Builder<B extends OrgGeneralSettings.Builder<B>>
- extends Resource.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgGeneralSettings.Builder
public OrgGeneralSettings.Builder()
canPublishCatalogs
public B canPublishCatalogs(Boolean canPublishCatalogs)
- See Also:
OrgGeneralSettings#getCanPublishCatalogs()
deployedVMQuota
public B deployedVMQuota(Integer deployedVMQuota)
- See Also:
OrgGeneralSettings.getDeployedVMQuota()
storedVmQuota
public B storedVmQuota(Integer storedVmQuota)
- See Also:
OrgGeneralSettings.getStoredVmQuota()
useServerBootSequence
public B useServerBootSequence(Boolean useServerBootSequence)
- See Also:
OrgGeneralSettings#getUseServerBootSequence()
delayAfterPowerOnSeconds
public B delayAfterPowerOnSeconds(Integer delayAfterPowerOnSeconds)
- See Also:
OrgGeneralSettings.getDelayAfterPowerOnSeconds()
build
public OrgGeneralSettings build()
- Overrides:
build in class Resource.Builder<B extends OrgGeneralSettings.Builder<B>>
fromOrgGeneralSettings
public B fromOrgGeneralSettings(OrgGeneralSettings in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.